disable mangle

pull/5370/head
filip mertens 2 years ago
parent 12225b74e0
commit 2ac8c5c8eb
  1. 4
      apps/remix-ide/webpack.config.js

@ -87,9 +87,7 @@ module.exports = composePlugins(withNx(), withReact(), (config) => {
terserOptions: {
ecma: 2015,
compress: true,
mangle: {
keep_fnames: true,
},
mangle: false,
format: {
comments: false,
},

Loading…
Cancel
Save