Do not extract comments to avoid asset name conflicts

This commit is contained in:
Andreas Hocevar
2020-07-22 21:53:38 +02:00
parent 8231ac42f3
commit 3a269045f2

View File

@@ -48,6 +48,7 @@ module.exports = {
sourceMap: true,
// Do not minify examples that inject code into workers
exclude: [/(color-manipulation|region-growing|raster)\.js/],
extractComments: false,
}),
],
runtimeChunk: {