mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-26 02:23:43 +03:00
Enable mangling in uglify
This commit is contained in:
parent
3405e07d31
commit
da2ef67a66
|
@ -90,7 +90,7 @@ function bundle(outputFile, minify, cb) {
|
|||
builder
|
||||
.buildStatic(path.join(paths.tmp, paths.sourceEntryPoint),
|
||||
outputFile,
|
||||
{ format:'umd', sourceMaps: true, mangle: false, lowResSourceMaps: true, minify: minify }
|
||||
{ format:'umd', sourceMaps: true, lowResSourceMaps: true, minify: minify }
|
||||
)
|
||||
.then(function() {
|
||||
// wait some time to allow flush
|
||||
|
|
Loading…
Reference in New Issue
Block a user