enable terser source maps

This commit is contained in:
Guy Bedford 2021-07-05 16:24:22 +02:00 committed by Ralf Becker
parent 451e4792ac
commit e742cce89e

View File

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