return builtin

pull/3344/head
filip mertens 2 years ago
parent 61e9d52e86
commit 51369df1ff
  1. 7
      apps/remix-ide/webpack.config.js

@ -75,18 +75,15 @@ module.exports = composePlugins(withNx(), withReact(), (config) => {
config.optimization.minimizer = [
new TerserPlugin({
parallel: true,
minify: TerserPlugin.swcMinify,
//minify: TerserPlugin.swcMinify,
terserOptions: {
compress: true,
/*
ecma: 2015,
compress: true,
format: {
comments: false,
},
*/
},
//extractComments: false,
extractComments: false,
}),
new CssMinimizerPlugin(),
];

Loading…
Cancel
Save