From 42a9c1f92201e43851b839eebed8b8ee59670716 Mon Sep 17 00:00:00 2001
From: Eliot Berriot <contact@eliotberriot.com>
Date: Thu, 20 Dec 2018 16:38:13 +0100
Subject: [PATCH] Disabled prefetching of showdown / translations

---
 front/vue.config.js | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/front/vue.config.js b/front/vue.config.js
index ede81fd1ab..f4d96898e7 100644
--- a/front/vue.config.js
+++ b/front/vue.config.js
@@ -37,6 +37,9 @@ module.exports = {
   },
   chainWebpack: config => {
     config.optimization.delete('splitChunks')
+    console.log(config.plugins)
+    config.plugins.delete('prefetch-embed')
+    config.plugins.delete('prefetch-index')
   },
   configureWebpack: {
     plugins: plugins,
-- 
GitLab