Remove obsolete comment

This commit is contained in:
Johannes Marbach 2023-11-09 15:47:55 +01:00
parent e6ba36d1cf
commit ae1d21f08e

View file

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