mirror of https://github.com/zulip/zulip.git
Revert "webpack: Disable module concatenation."
This reverts commit a6510789c9
.
This commit is contained in:
parent
79ac5c25b5
commit
d355122c77
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue