fix: do not minify core output to avoid downstream minify issues

This commit is contained in:
Daniel Lautzenheiser 2023-09-21 15:55:36 -04:00
parent 13297883b3
commit d4a0f75d44

View File

@ -14,6 +14,9 @@ function moduleNameToPath(libName) {
const config = {
mode: isProduction ? 'production' : 'development',
optimization: {
minimize: false,
},
devtool: 'source-map',
externals: isProduction
? {