Skip to content

Commit 2a5126c

Browse files
committed
babel update
1 parent bdc96bd commit 2a5126c

File tree

3 files changed

+3646
-2743
lines changed

3 files changed

+3646
-2743
lines changed

.babelrc

+11-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
{
22
"presets": [
3-
["env", {
4-
"targets": {
5-
"browsers": ["last 2 versions", "IE >= 9"]
3+
[
4+
"@babel/env",
5+
{
6+
"targets": {
7+
"browsers": [
8+
"last 2 versions",
9+
"IE >= 9"
10+
]
11+
}
612
}
7-
}]
13+
]
814
]
9-
}
15+
}

0 commit comments

Comments
 (0)