Skip to content

Commit 8b618ed

Browse files
committed
Update babel 6 to 7
1 parent 654f83f commit 8b618ed

File tree

6 files changed

+2304
-1955
lines changed

6 files changed

+2304
-1955
lines changed

.babelrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"presets": [
3-
["env", {
3+
["@babel/preset-env", {
44
"targets": {
55
"node": "current",
66
"browsers": [
@@ -12,7 +12,6 @@
1212
}]
1313
],
1414
"plugins": [
15-
"transform-object-rest-spread",
1615
["babel-plugin-espower", { "embedAst": true }]
1716
]
1817
}

0 commit comments

Comments
 (0)