Skip to content

Commit

Permalink
Turn off children logging to avoid extract-text-plugin log spam
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-skl committed Dec 7, 2017
1 parent 177dd35 commit 1b92337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ module.exports = (env = {}) => {
assets: false,
chunks: false,
hash: false,
children: 'error',
children: false,
version: false
}
},
Expand Down

0 comments on commit 1b92337

Please sign in to comment.