From d355122c7780cb7d8663ff9ed2e113c299cdfed0 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Mon, 1 Mar 2021 14:51:26 -0800 Subject: [PATCH] Revert "webpack: Disable module concatenation." This reverts commit a6510789c9e588cc55f847ea6e700dc5ee76005b. --- webpack.config.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/webpack.config.ts b/webpack.config.ts index 137404f671..2dd2c7d5f3 100644 --- a/webpack.config.ts +++ b/webpack.config.ts @@ -185,8 +185,6 @@ export default (_env: unknown, argv: {mode?: string}): webpack.Configuration[] = // the source snippets with the eval-* options. devtool: production ? "source-map" : "cheap-module-source-map", optimization: { - // Module concatenation interferes with debug-require-webpack-plugin. - concatenateModules: false, minimizer: [ // Based on a comment in NMFR/optimize-css-assets-webpack-plugin#10. // Can be simplified when NMFR/optimize-css-assets-webpack-plugin#87