Skip to content

Commit

Permalink
Remove "stats.children"
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinweber committed Jul 6, 2018
1 parent e7be3b1 commit 9093fa5
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ const IS_PROD = (process.env.NODE_ENV === 'production');
const WEBPACK_CONFIG_BASE = {
name: 'base',
mode: IS_PROD ? 'production' : 'development',
stats: {
children: false
},
module: {
rules: [{
test: /\.js$/,
Expand Down

0 comments on commit 9093fa5

Please sign in to comment.