mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
feature(package) remove @babel/plugin-proposal-object-rest-spread
This commit is contained in:
parent
7bffaa8cc3
commit
f7134f6e2d
2 changed files with 0 additions and 2 deletions
1
.babelrc
1
.babelrc
|
|
@ -8,7 +8,6 @@
|
|||
],
|
||||
"plugins": [
|
||||
"@babel/plugin-transform-object-assign",
|
||||
"@babel/plugin-proposal-object-rest-spread",
|
||||
"@babel/plugin-syntax-dynamic-import",
|
||||
["module:fast-async", {
|
||||
"compiler": {
|
||||
|
|
|
|||
|
|
@ -137,7 +137,6 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.0.0",
|
||||
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
|
||||
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
|
||||
"@babel/plugin-transform-object-assign": "^7.0.0",
|
||||
"@babel/preset-env": "^7.0.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue