keep_fnames

pull/3344/head
filip mertens 2 years ago
parent 5ebed7ccb2
commit e869baf186
  1. 5
      apps/remix-ide/webpack.config.js

@ -86,11 +86,12 @@ module.exports = composePlugins(withNx(), withReact(), (config) => {
config.optimization.minimizer = [
new TerserPlugin({
parallel: true,
//minify: TerserPlugin.swcMinify,
terserOptions: {
ecma: 2015,
compress: true,
mangle: false,
mangle: {
keep_fnames: true,
},
format: {
comments: false,
},

Loading…
Cancel
Save