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: { terserOptions: {
ecma: 2015, ecma: 2015,
compress: true, compress: true,
mangle: false,
format: { format: {
comments: false, comments: false,
}, },

Loading…
Cancel
Save