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 1ef0f9b..9d885bd 100644
--- a/viewer/vue.config.js
+++ b/viewer/vue.config.js
@@ -27,6 +27,9 @@ module.exports = {
27 enableInSFC: false, 27 enableInSFC: false,
28 }, 28 },
29 }, 29 },
30 chainWebpack: (config) => {
31 config.plugins.delete('prefetch');
32 },
30 configureWebpack: { 33 configureWebpack: {
31 devtool: 'source-map' 34 devtool: 'source-map'
32 }, 35 },