Skip to content

Resolve "Stop using `webpack.HashedModuleIdsPlugin` in production."

What does this MR do?

Replaces webpack.HashedModuleIdsPlugin with webpack.NamedModulesPlugin in production after it was discovered that the latter produces smaller gzipped file sizes. See #32835 (closed)

Edited by username-removed-636429

Merge request reports