Skip to content

Commit 56adb0d

Browse files
committed
📦 Update babel7
1 parent 417149a commit 56adb0d

File tree

4 files changed

+1774
-1609
lines changed

4 files changed

+1774
-1609
lines changed

.babelrc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
{
2-
"presets": ["es2015"],
2+
"presets": [
3+
"@babel/preset-env"
4+
],
35
"comments": false,
46
"plugins": [
57
"add-module-exports",
6-
"transform-object-rest-spread",
7-
"transform-class-properties"
8+
"@babel/plugin-proposal-object-rest-spread",
9+
"@babel/plugin-proposal-class-properties"
810
]
911
}

0 commit comments

Comments
 (0)