Skip to content

Commit

Permalink
Fixed invalid header issue
Browse files Browse the repository at this point in the history
Currently active problem with vue.js
See webpack/webpack-dev-server#1604
  • Loading branch information
SaffatHasan authored and EC2 Default User committed Dec 4, 2019
1 parent 670f90e commit 527ff68
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions web-app/client/vue.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
// vue.config.js
module.exports = {
devServer: {
disableHostCheck: true
}
}

0 comments on commit 527ff68

Please sign in to comment.