disable mangle

pull/5370/head
filip mertens 2 years ago committed by Aniket
parent 60f2a72943
commit 48668de06c
  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