diff --git a/webpack.config.js b/webpack.config.js index 718b254e4a..3964251aa8 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -191,8 +191,7 @@ module.exports = (env, argv) => { }, }, - // This fixes duplicate files showing up in chrome with sourcemaps enabled. - // See https://github.com/webpack/webpack/issues/7128 for more info. + // Readable IDs for better debugging moduleIds: "named", // Minification is normally enabled by default for webpack in production mode, but