Skip to content

Commit

Permalink
fix: Don't suppress error messages in dev mode (Fix #25)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvsde committed Nov 11, 2019
1 parent 40759b1 commit ecbbca0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/config/dev.js
Expand Up @@ -24,7 +24,8 @@ module.exports = (context, options = {}) => {

config.devServer
.clientLogLevel('silent')
.quiet(true)
.stats('errors-only')
.noInfo(true)
.hot(true)
.contentBase([
path.join(__dirname, '../../ui/dist'),
Expand Down

0 comments on commit ecbbca0

Please sign in to comment.