Remove obsolete comment
parent
e6ba36d1cf
commit
ae1d21f08e
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue