Merge pull request #11309 from ahocevar/fix-example-build

Do not extract comments to avoid asset name conflicts
This commit is contained in:
Andreas Hocevar
2020-07-23 12:31:53 +02:00
committed by GitHub

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: {