Skip to content

Commit

Permalink
revert to just runtimeErrors
Browse files Browse the repository at this point in the history
  • Loading branch information
jtoar committed May 11, 2023
1 parent a857a4f commit 8dc4965
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/core/config/webpack.development.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@ const baseConfig = merge(webpackConfig('development'), {
// `runtimeErrors` became true by default in webpack-dev-server v4.15.0 and interferes with <FormError />.
client: {
overlay: {
errors: true,
warnings: false,
runtimeErrors: false,
},
},
Expand Down

0 comments on commit 8dc4965

Please sign in to comment.