Now webpack logs only display errors on Travis (#6897)
This commit is contained in:
parent
0374f2d101
commit
1eeb472b91
1 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
const environment = require('./environment');
|
||||
|
||||
module.exports = environment.toWebpackConfig();
|
||||
const config = environment.toWebpackConfig();
|
||||
|
||||
config.stats = 'errors-only';
|
||||
|
||||
module.exports = config;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue