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 committed May 4, 2024
1 parent e5ea931 commit 23b00a5
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 23b00a5

Please sign in to comment.