0 問題
需要在打包的時(shí)候,自動(dòng)地去除掉所有console.log文章來源:http://www.zghlxwxcb.cn/news/detail-704369.html
1 方法
// vue.config.js
//...
module.exports = {
//...
config.optimization.minimizer[0].iptions.terserOptions.compress.drop_console = true
//...
}
//...
也可以用if(process.env.NODE_ENV === 'production'){}
之類的條件判斷包起來,打包的時(shí)候生產(chǎn)環(huán)境自動(dòng)去掉console.log測試環(huán)境保留文章來源地址http://www.zghlxwxcb.cn/news/detail-704369.html
到了這里,關(guān)于【前端】webpack打包去除console.log的文章就介紹完了。如果您還想了解更多內(nèi)容,請?jiān)谟疑辖撬阉鱐OY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!