diff options
Diffstat (limited to 'viewer/vue.config.js')
-rw-r--r-- | viewer/vue.config.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/viewer/vue.config.js b/viewer/vue.config.js index e49909f..ffaaeee 100644 --- a/viewer/vue.config.js +++ b/viewer/vue.config.js | |||
@@ -39,6 +39,10 @@ module.exports = defineConfig({ | |||
39 | cache: { | 39 | cache: { |
40 | type: 'filesystem', | 40 | type: 'filesystem', |
41 | }, | 41 | }, |
42 | watchOptions: { | ||
43 | ignored: /node_modules/, | ||
44 | poll: parseInt(process.env.VUE_APP_WEBPACK_WATCH_POLL ?? 0), | ||
45 | }, | ||
42 | }, | 46 | }, |
43 | 47 | ||
44 | chainWebpack: config => { | 48 | chainWebpack: config => { |