Update webpack.config.js

pull/1736/head^2
yann300 3 years ago
parent bb37a6bd7e
commit 08a114b448
  1. 2
      apps/remix-ide/webpack.config.js

@ -21,7 +21,7 @@ module.exports = config => {
mode: 'production',
devtool: 'source-map',
optimization: {
minimize: true,
minimize: false,
minimizer: [new TerserPlugin()]
}
}

Loading…
Cancel
Save