@@ -18,7 +18,6 @@ if (IS_PROD) { | |||||
} | } | ||||
module.exports = { | module.exports = { | ||||
compact: false, | |||||
presets: [['@vue/cli-plugin-babel/preset', { useBuiltIns: 'entry', corejs: 3 }]], | |||||
presets: ['@vue/cli-plugin-babel/preset'], | |||||
plugins | plugins | ||||
}; | }; |
@@ -51,7 +51,7 @@ module.exports = defineConfig({ | |||||
overlay: { | overlay: { | ||||
// 当出现编译器错误或警告时,在浏览器中显示全屏覆盖层 | // 当出现编译器错误或警告时,在浏览器中显示全屏覆盖层 | ||||
warnings: false, | warnings: false, | ||||
errors: true | |||||
errors: false | |||||
} | } | ||||
} | } | ||||
// proxy: { | // proxy: { | ||||