mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-11 11:26:37 +03:00
Disable mangle (due to ng2 minification issue)
This commit is contained in:
parent
d03fdd43d9
commit
5697564032
|
@ -91,7 +91,7 @@ function bundle(outputFile, minify, cb) {
|
|||
builder
|
||||
.buildStatic(path.join(paths.tmp, paths.sourceEntryPoint),
|
||||
outputFile,
|
||||
{ format:'umd', sourceMaps: true, lowResSourceMaps: true, minify: minify }
|
||||
{ format:'umd', sourceMaps: true, mangle: false, lowResSourceMaps: true, minify: minify }
|
||||
)
|
||||
.then(function() {
|
||||
cb();
|
||||
|
|
Loading…
Reference in New Issue
Block a user