From b4d93141ec92f1732d0d92b338a68e06bd277bbf Mon Sep 17 00:00:00 2001 From: Andreas Hocevar Date: Fri, 10 Sep 2021 16:28:42 +0200 Subject: [PATCH] Do not mangle properties for built examples --- examples/webpack/config.mjs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/examples/webpack/config.mjs b/examples/webpack/config.mjs index 1bb2ddd1f1..05669432cd 100644 --- a/examples/webpack/config.mjs +++ b/examples/webpack/config.mjs @@ -49,10 +49,6 @@ export default { // Do not minify examples that inject code into workers exclude: [/(color-manipulation|region-growing|raster)\.js/], extractComments: false, - terserOptions: { - // Mangle private members convention with underscore suffix - mangle: {properties: {regex: /_$/}}, - }, }), ], runtimeChunk: {