opt:删除旧的acs模块

This commit is contained in:
zhangzq
2024-10-23 11:31:57 +08:00
parent 8eaf155dd6
commit ec85796a21
1493 changed files with 0 additions and 169498 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'
]
}