chore(cli): remove @babel/plugin-transform-object-assign

This commit is contained in:
chenjiahan 2021-04-04 08:38:22 +08:00
parent 1dac99a26e
commit 8013d2d49f
2 changed files with 0 additions and 2 deletions

View File

@ -39,7 +39,6 @@
}, },
"dependencies": { "dependencies": {
"@babel/core": "^7.12.10", "@babel/core": "^7.12.10",
"@babel/plugin-transform-object-assign": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.12.10", "@babel/plugin-transform-runtime": "^7.12.10",
"@babel/preset-env": "^7.12.11", "@babel/preset-env": "^7.12.11",
"@babel/preset-typescript": "^7.12.7", "@babel/preset-typescript": "^7.12.7",

View File

@ -49,7 +49,6 @@ module.exports = function (api?: ConfigAPI, options: PresetOption = {}) {
enableObjectSlots: options.enableObjectSlots, enableObjectSlots: options.enableObjectSlots,
}, },
], ],
'@babel/plugin-transform-object-assign',
], ],
}; };
}; };