Skip to content

Commit

Permalink
show bundle status in webpack configs
Browse files Browse the repository at this point in the history
  • Loading branch information
levithomason committed Mar 16, 2016
1 parent 4a96491 commit c30a6a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion karma.conf.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export default (config) => {
progress: false,
stats: statConfig,
debug: true,
noInfo: true,
noInfo: false,
quiet: false,
},
})
Expand Down
2 changes: 1 addition & 1 deletion webpack.tests.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ module.exports = {
progress: false,
stats: statConfig,
debug: true,
noInfo: true,
noInfo: false,
quiet: false,
},
debug: true,
Expand Down

0 comments on commit c30a6a6

Please sign in to comment.