Try disabling minimization
This commit is contained in:
parent
7eca642da3
commit
72b28918e9
@ -139,6 +139,9 @@ const config = {
|
||||
'process.env.CHANNEL': JSON.stringify(process.env.CHANNEL)
|
||||
})
|
||||
],
|
||||
optimization: {
|
||||
minimize: false,
|
||||
}
|
||||
};
|
||||
|
||||
if (config.mode === 'production') {
|
||||
|
Loading…
Reference in New Issue
Block a user