diff --git a/apps/remix-ide/webpack.config.js b/apps/remix-ide/webpack.config.js index b3eeff148f..32889911e1 100644 --- a/apps/remix-ide/webpack.config.js +++ b/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, },