From 7fb82c5785f0327209f8bc8f016b231461890ada Mon Sep 17 00:00:00 2001
From: Georg Krause <mail@georg-krause.net>
Date: Thu, 24 Feb 2022 10:27:02 +0100
Subject: [PATCH] Disable source maps for production builds again

---
 front/vite.config.js | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/front/vite.config.js b/front/vite.config.js
index 17a940d01..232cfe455 100644
--- a/front/vite.config.js
+++ b/front/vite.config.js
@@ -27,9 +27,6 @@ export default defineConfig({
     }
   ],
   build: {
-    // NOTE: For debugging builds
-    // TODO: Remove before #1664 is merged
-    sourcemap: 'inline',
     transformMixedEsModules: true
   },
   resolve: {
-- 
GitLab