This commit is contained in:
USER-20220102CG\noblelift
2023-11-08 10:35:29 +08:00
parent 0a6c861cfc
commit ddf320c40b
1888 changed files with 77366 additions and 35036 deletions

View File

@@ -1,11 +0,0 @@
const plugins = ['@vue/babel-plugin-transform-vue-jsx']
// 生产环境移除console
if (process.env.NODE_ENV === 'production') {
plugins.push('transform-remove-console')
}
module.exports = {
plugins: plugins,
presets: [
'@vue/app'
]
}