2018-07-26

webpack打包去掉开发日志console.log

new webpack.optimize.UglifyJsPlugin({

      compress: {

        warnings: false,

        drop_debugger: true,

        drop_console: true

      },

      sourceMap: true

    }),

你可能感兴趣的:(2018-07-26)