keep_fnames

pull/3347/head
filip mertens 2 years ago committed by Aniket
parent 33497cfa0f
commit 9a49ade39e
  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