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"),