Skip to content

Commit 2662b2b

Browse files
josephfrazierslevithan
authored andcommitted
Use corejs 3
1 parent e5a5bbe commit 2662b2b

File tree

3 files changed

+39
-20
lines changed

3 files changed

+39
-20
lines changed

.babelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[
44
"@babel/plugin-transform-runtime",
55
{
6-
"corejs": 2,
6+
"corejs": 3,
77
},
88
],
99
"add-module-exports",

package-lock.json

Lines changed: 37 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"devDependencies": {
3838
"@babel/cli": "^7.2.3",
3939
"@babel/core": "^7.2.2",
40-
"@babel/plugin-transform-runtime": "^7.2.0",
40+
"@babel/plugin-transform-runtime": "^7.8.3",
4141
"@babel/preset-env": "^7.2.3",
4242
"babel-plugin-add-module-exports": "^0.2.1",
4343
"babel-plugin-array-includes": "^2.0.3",

0 commit comments

Comments
 (0)