enable terser source maps

This commit is contained in:
Guy Bedford 2021-07-05 16:24:22 +02:00 committed by Ralf Becker
parent 18cf49f0f2
commit ba2ac61546

View File

@ -112,6 +112,7 @@ const config = {
}
return minify(code, {
mangle: false,
sourceMap: true,
output: {
preamble: `/*!
* EGroupware (https://www.egroupware.org/) minified Javascript