turn off mangle

pull/5370/head
filip mertens 2 years ago
parent acb72aacb4
commit 2918998d45
  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