diff --git a/.webpack/webpack.base.js b/.webpack/webpack.base.js index 58a4e25c5..46efff112 100644 --- a/.webpack/webpack.base.js +++ b/.webpack/webpack.base.js @@ -123,9 +123,6 @@ module.exports = (env, argv, { SRC_DIR, DIST_DIR }) => { if (isProdBuild) { config.optimization.minimizer = [ new TerserJSPlugin({ - // Supports: - // source-map and inline-source-map - sourceMap: isProdBuild && !isQuickBuild, parallel: true, terserOptions: {}, }),