From d4a0f75d442468878f97950e133a9f783fd2e623 Mon Sep 17 00:00:00 2001 From: Daniel Lautzenheiser Date: Thu, 21 Sep 2023 15:55:36 -0400 Subject: [PATCH] fix: do not minify core output to avoid downstream minify issues --- packages/core/webpack.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/core/webpack.config.js b/packages/core/webpack.config.js index 22e682de..04fe174e 100644 --- a/packages/core/webpack.config.js +++ b/packages/core/webpack.config.js @@ -14,6 +14,9 @@ function moduleNameToPath(libName) { const config = { mode: isProduction ? 'production' : 'development', + optimization: { + minimize: false, + }, devtool: 'source-map', externals: isProduction ? {