diff --git a/babel.config.js b/babel.config.js index 330a31f..2d47eef 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,12 +1,5 @@ -let build = [] -if (process.env.NODE_ENV === 'production') { - // build = ['transform-remove-console'] - console.log("tianjia") - build = [] -} module.exports = { presets: [ '@vue/cli-plugin-babel/preset' ], - plugins: [...build] }