From 328a3b2648a7b981dcdbcf4d2657bb40b0b4b916 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emil=20Gardstr=C3=B6m?= Date: Tue, 2 Apr 2024 12:14:07 +0200 Subject: [PATCH] poll changes --- www/webpack.config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/www/webpack.config.js b/www/webpack.config.js index 016dbf7..255d8e9 100644 --- a/www/webpack.config.js +++ b/www/webpack.config.js @@ -80,4 +80,8 @@ module.exports = { asyncWebAssembly: true, syncWebAssembly: true, }, + watchOptions: { + aggregateTimeout: 200, + poll: 200, + }, };