Disable minimization in test environment
This commit is contained in:
parent
00af41825f
commit
09430e7028
1 changed files with 3 additions and 0 deletions
|
@ -5,4 +5,7 @@ const sharedConfig = require('./shared.js');
|
|||
|
||||
module.exports = merge(sharedConfig, {
|
||||
mode: 'development',
|
||||
optimization: {
|
||||
minimize: false,
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue