Skip to content

Commit

Permalink
Add clientLogLevel: 'info' to get beloved HMR logs
Browse files Browse the repository at this point in the history
  • Loading branch information
chasegiunta authored Aug 9, 2018
1 parent 4871a10 commit c92244c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ module.exports = {
// host: config.host,
// port: config.port,
https: config.https,
clientLogLevel: 'info',
headers: { 'Access-Control-Allow-Origin': '*' },
before(app, server) {
const sane = require('sane')
Expand Down

0 comments on commit c92244c

Please sign in to comment.