mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
enable terser source maps
This commit is contained in:
parent
18cf49f0f2
commit
ba2ac61546
@ -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