Skip to content

Commit

Permalink
Updated example
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-000 committed May 5, 2022
1 parent 2575f29 commit cc0a76a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/webpack/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ export default {
minimizer: [
new TerserPlugin({
// Do not minify examples that inject code into workers
exclude: [/(color-manipulation|region-growing|raster)\.js/],
exclude: [
/(color-manipulation|region-growing|raster|contour-interpolation)\.js/,
],
extractComments: false,
}),
],
Expand Down

0 comments on commit cc0a76a

Please sign in to comment.