Skip to content

Commit

Permalink
Remove error overlays in Webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
ljwagerfield committed May 6, 2024
1 parent 0585611 commit 12e9725
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion webpack.config.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ module.exports = {
devServer: {
hot: true,
open: true,
port
port,
client: {
overlay: false
}
}
};

0 comments on commit 12e9725

Please sign in to comment.