Commit 77b4c432 authored by 涂伟's avatar 涂伟

fix: '报错信息隐藏'

parent 970cdf1d
Pipeline #69698 waiting for manual action with stages
...@@ -24,21 +24,21 @@ module.exports = require('./webpack.base.babel')({ ...@@ -24,21 +24,21 @@ module.exports = require('./webpack.base.babel')({
minimize: true, minimize: true,
minimizer: [ minimizer: [
new TerserPlugin({ new TerserPlugin({
// terserOptions: { terserOptions: {
// warnings: false, warnings: false,
// compress: { compress: {
// comparisons: false, comparisons: false,
// drop_console: true, drop_console: true,
// drop_debugger: true, drop_debugger: true,
// pure_funcs: ['console.log'], //移除console pure_funcs: ['console.log'], // 移除console
// }, },
// parse: {}, parse: {},
// mangle: true, mangle: true,
// output: { output: {
// comments: false, comments: false,
// ascii_only: true, ascii_only: true,
// }, },
// }, },
parallel: true, parallel: true,
cache: true, cache: true,
sourceMap: true, sourceMap: true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment