Skip to content

Commit c92244c

Browse files
authored
Add clientLogLevel: 'info' to get beloved HMR logs
1 parent 4871a10 commit c92244c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vue.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ module.exports = {
2323
// host: config.host,
2424
// port: config.port,
2525
https: config.https,
26+
clientLogLevel: 'info',
2627
headers: { 'Access-Control-Allow-Origin': '*' },
2728
before(app, server) {
2829
const sane = require('sane')

0 commit comments

Comments
 (0)