diff --git a/frontend/webpack.config.js b/frontend/webpack.config.js index 343f0c0..bda4e9e 100644 --- a/frontend/webpack.config.js +++ b/frontend/webpack.config.js @@ -20,9 +20,9 @@ module.exports = { }, optimization: { minimizer: [ - new TerserJSPlugin({ + /*new TerserJSPlugin({ sourceMap: !isProduction, - }), + }),*/ new OptimizeCSSAssetsPlugin({}), ], },