Skip to content

Commit 1e38d95

Browse files
committed
update babel with new plugins
1 parent 62170f6 commit 1e38d95

File tree

3 files changed

+2248
-573
lines changed

3 files changed

+2248
-573
lines changed

.babelrc

+5-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,9 @@
1212
}
1313
]
1414
],
15-
"plugins": ["babel-plugin-transform-class-properties"]
15+
"plugins": [
16+
"transform-object-rest-spread",
17+
"babel-plugin-transform-class-properties",
18+
"transform-runtime"
19+
]
1620
}

0 commit comments

Comments
 (0)