turn off mangle

pull/3347/head
filip mertens 2 years ago committed by Aniket
parent 28bf998614
commit 33497cfa0f
  1. 1
      apps/remix-ide/webpack.config.js

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

Loading…
Cancel
Save