aboutsummaryrefslogtreecommitdiff
path: root/viewer/vue.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'viewer/vue.config.js')
-rw-r--r--viewer/vue.config.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/viewer/vue.config.js b/viewer/vue.config.js
index e49909f..ef6d262 100644
--- a/viewer/vue.config.js
+++ b/viewer/vue.config.js
@@ -39,6 +39,9 @@ module.exports = defineConfig({
39 cache: { 39 cache: {
40 type: 'filesystem', 40 type: 'filesystem',
41 }, 41 },
42 watchOptions: {
43 ignored: /node_modules/,
44 },
42 }, 45 },
43 46
44 chainWebpack: config => { 47 chainWebpack: config => {