From 8e0cda290d85d0a126093c9950c8030cfcb9d800 Mon Sep 17 00:00:00 2001 From: pacien Date: Sat, 19 Nov 2022 18:54:02 +0100 Subject: viewer/build: use poll-based live reload in sandbox Continuing to use a watch-based approach by default elsewhere. --- viewer/vue.config.js | 1 + 1 file changed, 1 insertion(+) (limited to 'viewer/vue.config.js') diff --git a/viewer/vue.config.js b/viewer/vue.config.js index ef6d262..ffaaeee 100644 --- a/viewer/vue.config.js +++ b/viewer/vue.config.js @@ -41,6 +41,7 @@ module.exports = defineConfig({ }, watchOptions: { ignored: /node_modules/, + poll: parseInt(process.env.VUE_APP_WEBPACK_WATCH_POLL ?? 0), }, }, -- cgit v1.2.3