Skip to content

Commit c538925

Browse files
committed
chore: Synced local '.babelrc' with remote 'sync-files/js/.babelrc'
1 parent 00a1022 commit c538925

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

.babelrc

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
{
2-
"presets": [
3-
[
4-
"@babel/env",
5-
{
6-
"targets": {
7-
"browsers": "ie>=11, > 0.25%, not dead"
8-
},
9-
"corejs": "3.6",
10-
"useBuiltIns": "usage"
11-
}
12-
]
2+
"presets": [
3+
[
4+
"@babel/env",
5+
{
6+
"targets": {
7+
"browsers": "ie>=11, > 0.25%, not dead"
8+
},
9+
"corejs": "3.6",
10+
"useBuiltIns": "usage"
11+
}
1312
]
14-
}
15-
13+
]
14+
}

0 commit comments

Comments
 (0)