turn off mangle

pull/3344/head
filip mertens 2 years ago
parent b696b37624
commit 5ebed7ccb2
  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