美文网首页
Vue打包时,去console

Vue打包时,去console

作者: 逸笛 | 来源:发表于2020-12-24 10:21 被阅读0次
    图片.png
      new UglifyJsPlugin({
          uglifyOptions: {
            compress: {
              warnings: false,
              drop_console: true//打包时去console
            }
          },
          sourceMap: config.build.productionSourceMap,
          parallel: true
        }),
    

    相关文章

      网友评论

          本文标题:Vue打包时,去console

          本文链接:https://www.haomeiwen.com/subject/irapnktx.html