disable mangle

pull/5370/head
filip mertens 2 years ago
parent 12225b74e0
commit 2ac8c5c8eb
  1. 6
      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,
},
@ -98,6 +96,6 @@ module.exports = composePlugins(withNx(), withReact(), (config) => {
}),
new CssMinimizerPlugin(),
];
return config;
});

Loading…
Cancel
Save