mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
enable terser source maps
This commit is contained in:
parent
451e4792ac
commit
e742cce89e
@ -112,6 +112,7 @@ const config = {
|
||||
}
|
||||
return minify(code, {
|
||||
mangle: false,
|
||||
sourceMap: true,
|
||||
output: {
|
||||
preamble: `/*!
|
||||
* EGroupware (https://www.egroupware.org/) minified Javascript
|
||||
|
Loading…
Reference in New Issue
Block a user