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:
parent
1dac99a26e
commit
8013d2d49f
@ -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",
|
||||||
|
@ -49,7 +49,6 @@ module.exports = function (api?: ConfigAPI, options: PresetOption = {}) {
|
|||||||
enableObjectSlots: options.enableObjectSlots,
|
enableObjectSlots: options.enableObjectSlots,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
'@babel/plugin-transform-object-assign',
|
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user