From e742cce89ef61eb7ba28334fd16bede23583f0b7 Mon Sep 17 00:00:00 2001 From: Guy Bedford Date: Mon, 5 Jul 2021 16:24:22 +0200 Subject: [PATCH] enable terser source maps --- rollup.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/rollup.config.js b/rollup.config.js index e0a719a62e..1a2c217ad3 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -112,6 +112,7 @@ const config = { } return minify(code, { mangle: false, + sourceMap: true, output: { preamble: `/*! * EGroupware (https://www.egroupware.org/) minified Javascript