yshop2.0.2,修复issue#I1B8RB,#I1B49Y,#I1BASM,#I1B9O7,#I1B9ED

This commit is contained in:
hupeng
2020-03-11 22:16:23 +08:00
parent 16a1fbc139
commit 1357535565
17 changed files with 19 additions and 29 deletions

View File

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