Skip to content

Commit

Permalink
fix: removes webpack dev-server client error overlay (#900)
Browse files Browse the repository at this point in the history
  • Loading branch information
2xAA authored Oct 17, 2023
1 parent d458733 commit 30ac2b3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ module.exports = {
},

devServer: {
hot: true
hot: true,
client: {
overlay: false
}
},

node: {
Expand Down

0 comments on commit 30ac2b3

Please sign in to comment.