删除旧版本

This commit is contained in:
zds
2025-05-19 16:22:14 +08:00
parent 12be1343fa
commit fc0bfb745e
2234 changed files with 0 additions and 271043 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'
]
}