mirror of
https://github.com/Redocly/redoc.git
synced 2025-02-06 21:10:33 +03:00
update system.js builder
This commit is contained in:
parent
3058b3b902
commit
dbb4c6e0e7
|
@ -92,7 +92,7 @@ function bundle(outputFile, minify, cb) {
|
|||
builder
|
||||
.buildStatic(path.join(paths.tmp, paths.sourceEntryPoint),
|
||||
outputFile,
|
||||
{ format:'amd', sourceMaps: true, lowResSourceMaps: true, minify: minify }
|
||||
{ format:'umd', sourceMaps: true, lowResSourceMaps: true, minify: minify }
|
||||
)
|
||||
.then(function() {
|
||||
cb();
|
||||
|
|
|
@ -88,7 +88,7 @@
|
|||
"run-sequence": "^1.1.5",
|
||||
"should": "^8.0.2",
|
||||
"sinon": "^1.17.2",
|
||||
"systemjs-builder": "^0.14.15",
|
||||
"systemjs-builder": "^0.15.2",
|
||||
"vinyl-paths": "^2.0.0",
|
||||
"zone.js": "^0.5.10"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user