diff --git a/babel.config.js b/babel.config.js index 19de8f003..5e0f39c22 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,5 +1,5 @@ module.exports = { presets: [ - '@vue/app',["@babel/preset-env", { "modules": false }] + '@vue/app' ] }