Skip to content
Snippets Groups Projects
Commit 42dff261 authored by Thibaut Girka's avatar Thibaut Girka
Browse files

Disable minimization in test environment

parent 84a27a08
No related branches found
No related tags found
No related merge requests found
......@@ -5,4 +5,7 @@ const sharedConfig = require('./shared.js');
module.exports = merge(sharedConfig, {
mode: 'development',
optimization: {
minimize: false,
},
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment