From c05f2088a7b90a52d790f385e0d569194489788c Mon Sep 17 00:00:00 2001 From: Brok3Turtl3 Date: Thu, 14 Mar 2024 12:56:01 -0400 Subject: [PATCH] Dev reload quick fix --- client/webpack.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/webpack.config.js b/client/webpack.config.js index 4f8a159..e45bb19 100644 --- a/client/webpack.config.js +++ b/client/webpack.config.js @@ -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"),