keep_fnames

pull/5370/head
filip mertens 2 years ago
parent 2918998d45
commit 6b58cc526f
  1. 5
      apps/remix-ide/webpack.config.js

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

Loading…
Cancel
Save