Skip to content

Commit 4063d27

Browse files
josephfrazierslevithan
authored andcommitted
Update @babel dependencies to v7.2.x
Fixes #264 See #262 (comment) See here for more info on the `@babel/plugin-transform-runtime` change: https://babeljs.io/docs/en/next/babel-plugin-transform-runtime#corejs
1 parent 25a9bc4 commit 4063d27

File tree

3 files changed

+1492
-573
lines changed

3 files changed

+1492
-573
lines changed

.babelrc

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
{
22
"plugins": [
3-
"@babel/plugin-transform-runtime",
3+
[
4+
"@babel/plugin-transform-runtime",
5+
{
6+
"corejs": 2,
7+
},
8+
],
49
"add-module-exports",
510
"transform-xregexp",
611
"array-includes"

0 commit comments

Comments
 (0)