remove source maps

pull/5370/head
ioedeveloper 4 years ago
parent 94a1402102
commit 97190b621f
  1. 1
      apps/debugger/webpack.config.js
  2. 1
      apps/remix-ide/webpack.config.js

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

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

Loading…
Cancel
Save