初版提交
Some checks failed
Deploy to GitHub Pages / Deploy to GitHub Pages (push) Has been cancelled

This commit is contained in:
2025-09-09 13:35:24 +08:00
parent c2c3237369
commit 77a83e363a
453 changed files with 34080 additions and 18016 deletions

View File

@ -1,11 +1,7 @@
const plugins = ['@vue/babel-plugin-transform-vue-jsx']
// 生产环境移除console
if (process.env.NODE_ENV === 'production') {
plugins.push('transform-remove-console')
}
/**
* @author https://github.com/zxwk1998/vue-admin-better 不想保留author可删除
* @description babel.config
*/
module.exports = {
plugins: plugins,
presets: [
'@vue/app'
]
presets: ['@vue/cli-plugin-babel/preset'],
}