Skip to content

Commit

Permalink
Dev reload quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
brok3turtl3 committed Mar 14, 2024
1 parent f02945e commit c05f208
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ const HtmlWebPackPlugin = require("html-webpack-plugin");
require("dotenv").config();

module.exports = {
watchOptions: {
poll: 1000,
},
entry: "./src/index.tsx",
output: {
path: path.resolve(__dirname, "build"),
Expand Down

0 comments on commit c05f208

Please sign in to comment.