xbx #269

Merged
theluyuan merged 3 commits from xbx into master 2020-12-15 03:09:58 +00:00
Showing only changes of commit 78c95363c0 - Show all commits

View File

@ -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]
}