yshop3.0正式发布

This commit is contained in:
hupeng
2020-07-14 16:07:02 +08:00
parent 0cfa30264e
commit d908ab8237
14 changed files with 10 additions and 11 deletions

View File

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