1
0
mirror of https://gitee.com/vant-contrib/vant.git synced 2025-04-06 03:57:59 +08:00

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
packages/vant-cli

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

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