Remove a babel plugin
This commit is contained in:
parent
f7d156ac79
commit
5778605417
1
.babelrc
1
.babelrc
|
|
@ -8,7 +8,6 @@
|
|||
],
|
||||
"plugins": [
|
||||
"@babel/syntax-dynamic-import",
|
||||
"@babel/proposal-optional-catch-binding",
|
||||
["@babel/plugin-transform-runtime", {
|
||||
"helpers": true,
|
||||
"polyfill": false,
|
||||
|
|
|
|||
|
|
@ -41,7 +41,6 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.0.0-beta.54",
|
||||
"@babel/plugin-proposal-optional-catch-binding": "^7.0.0-beta.54",
|
||||
"@babel/plugin-syntax-dynamic-import": "^7.0.0-beta.54",
|
||||
"@babel/plugin-transform-runtime": "^7.0.0-beta.55",
|
||||
"@babel/preset-env": "^7.0.0-beta.54",
|
||||
|
|
|
|||
|
|
@ -265,7 +265,7 @@
|
|||
"@babel/helper-plugin-utils" "7.0.0-beta.54"
|
||||
"@babel/plugin-syntax-object-rest-spread" "7.0.0-beta.54"
|
||||
|
||||
"@babel/plugin-proposal-optional-catch-binding@7.0.0-beta.54", "@babel/plugin-proposal-optional-catch-binding@^7.0.0-beta.54":
|
||||
"@babel/plugin-proposal-optional-catch-binding@7.0.0-beta.54":
|
||||
version "7.0.0-beta.54"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.0.0-beta.54.tgz#931f69298fa0c411b2596616cf5a1d82925b87a9"
|
||||
dependencies:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user