Restore source maps

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

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

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

Loading…
Cancel
Save