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 = [ config.optimization.minimizer = [
new TerserPlugin({ new TerserPlugin({
parallel: true, parallel: true,
minify: TerserPlugin.swcMinify, //minify: TerserPlugin.swcMinify,
terserOptions: { terserOptions: {
compress: true,
/*
ecma: 2015, ecma: 2015,
compress: true, compress: true,
format: { format: {
comments: false, comments: false,
}, },
*/
}, },
//extractComments: false, extractComments: false,
}), }),
new CssMinimizerPlugin(), new CssMinimizerPlugin(),
]; ];

Loading…
Cancel
Save