Skip to content

Commit

Permalink
Webpack Dev Server: reinstate overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunanoordin committed May 31, 2024
1 parent 62e9206 commit 583c957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ var config = {
],
historyApiFallback: true,
client: {
overlay: false,
overlay: true,
progress: true
},
server: 'https',
Expand Down

0 comments on commit 583c957

Please sign in to comment.