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