Do not extract comments to avoid asset name conflicts
This commit is contained in:
@@ -48,6 +48,7 @@ module.exports = {
|
|||||||
sourceMap: true,
|
sourceMap: true,
|
||||||
// Do not minify examples that inject code into workers
|
// Do not minify examples that inject code into workers
|
||||||
exclude: [/(color-manipulation|region-growing|raster)\.js/],
|
exclude: [/(color-manipulation|region-growing|raster)\.js/],
|
||||||
|
extractComments: false,
|
||||||
}),
|
}),
|
||||||
],
|
],
|
||||||
runtimeChunk: {
|
runtimeChunk: {
|
||||||
|
|||||||
Reference in New Issue
Block a user