Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGrass committed May 31, 2023
1 parent 26c7f3f commit 73816c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ var options = {
.concat([".js", ".jsx", ".ts", ".tsx", ".css"])
},
plugins: [
isDevelopment && new ReactRefreshWebpackPlugin(),
isDevelopment && new ReactRefreshWebpackPlugin({ overlay: false }),
new CleanWebpackPlugin({ verbose: false }),
new webpack.ProgressPlugin(),
// expose and write the allowed env vars on the compiled bundle
Expand Down

0 comments on commit 73816c4

Please sign in to comment.