Skip to content
This repository has been archived by the owner on Dec 6, 2021. It is now read-only.

Commit

Permalink
fix(webpack): disable output webpack meta info
Browse files Browse the repository at this point in the history
prevent from some weird logUpdate issues
  • Loading branch information
egoist committed Nov 21, 2016
1 parent 2e017cf commit 5656fdc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/webpack/get-stats.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ module.exports = stats => {
modules: false,
children: false,
chunks: false,
chunkModules: false
chunkModules: false,
hash: false,
version: false,
timings: false
}) + successMessage
}

0 comments on commit 5656fdc

Please sign in to comment.