mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 17:51:54 +00:00
chore(cli): remove @babel/plugin-transform-object-assign
This commit is contained in:
@@ -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',
|
||||
],
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user