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