From eab9aaa10056872665781f854b897c7fce5ea1cc Mon Sep 17 00:00:00 2001
From: Eliot Berriot <contact@eliotberriot.com>
Date: Sun, 24 Jun 2018 15:43:39 +0200
Subject: [PATCH] Disabled source maps in production

---
 front/config/index.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/front/config/index.js b/front/config/index.js
index f4996f02..d10f35e9 100644
--- a/front/config/index.js
+++ b/front/config/index.js
@@ -8,7 +8,7 @@ module.exports = {
     assetsRoot: path.resolve(__dirname, '../dist'),
     assetsSubDirectory: 'static',
     assetsPublicPath: '/',
-    productionSourceMap: true,
+    productionSourceMap: false,
     // Gzip off by default as many popular static hosts such as
     // Surge or Netlify already gzip all static assets for you.
     // Before setting to `true`, make sure to:
-- 
GitLab