From 3a269045f2414e1a67a03c042befcd0864fc13b4 Mon Sep 17 00:00:00 2001 From: Andreas Hocevar Date: Wed, 22 Jul 2020 21:53:38 +0200 Subject: [PATCH] Do not extract comments to avoid asset name conflicts --- examples/webpack/config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/webpack/config.js b/examples/webpack/config.js index 57306a0626..3a88540c38 100644 --- a/examples/webpack/config.js +++ b/examples/webpack/config.js @@ -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: {