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

feat(cli): enable transform-runtime regenerator option

This commit is contained in:
陈嘉涵 2019-12-30 10:32:13 +08:00
parent 63f6aac333
commit 36f0f02fd1

@ -25,8 +25,6 @@ module.exports = function() {
'@babel/plugin-transform-runtime',
{
corejs: false,
helpers: true,
regenerator: isTest,
useESModules
}
],