remove source maps

pull/1526/head
ioedeveloper 3 years ago
parent 0c5a382b86
commit 7ce723feb4
  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