公告板
版本库
filestore
活动
搜索
登录
main
/
wly_chain_ui
五粮液供应链前端
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
项目初始化
fuliqi
2024-01-24
29c1e7eb5ac16e90d8991a86c1c071bc312ec8d9
[wly_chain_ui.git]
/
mall-operate-ui
/
babel.config.js
1
2
3
4
5
6
7
8
9
10
11
// 生产环境下清除console打印
const plugins = []
if (process.env.VUE_APP_CURRENTMODE === 'production') {
plugins.push('transform-remove-console')
}
module.exports = {
presets: [
'@vue/cli-plugin-babel/preset'
],
plugins
}