fix: do not minify core output to avoid downstream minify issues
This commit is contained in:
parent
13297883b3
commit
d4a0f75d44
@ -14,6 +14,9 @@ function moduleNameToPath(libName) {
|
|||||||
|
|
||||||
const config = {
|
const config = {
|
||||||
mode: isProduction ? 'production' : 'development',
|
mode: isProduction ? 'production' : 'development',
|
||||||
|
optimization: {
|
||||||
|
minimize: false,
|
||||||
|
},
|
||||||
devtool: 'source-map',
|
devtool: 'source-map',
|
||||||
externals: isProduction
|
externals: isProduction
|
||||||
? {
|
? {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user