Disable minimization in test environment

This commit is contained in:
Thibaut Girka 2019-11-07 13:16:10 +01:00
parent 84a27a08df
commit 42dff261d6
1 changed files with 3 additions and 0 deletions

View File

@ -5,4 +5,7 @@ const sharedConfig = require('./shared.js');
module.exports = merge(sharedConfig, {
mode: 'development',
optimization: {
minimize: false,
},
});