update system.js builder

This commit is contained in:
Roman Hotsiy 2016-01-12 01:27:16 +02:00
parent 3058b3b902
commit dbb4c6e0e7
2 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,7 @@ function bundle(outputFile, minify, cb) {
builder builder
.buildStatic(path.join(paths.tmp, paths.sourceEntryPoint), .buildStatic(path.join(paths.tmp, paths.sourceEntryPoint),
outputFile, outputFile,
{ format:'amd', sourceMaps: true, lowResSourceMaps: true, minify: minify } { format:'umd', sourceMaps: true, lowResSourceMaps: true, minify: minify }
) )
.then(function() { .then(function() {
cb(); cb();

View File

@ -88,7 +88,7 @@
"run-sequence": "^1.1.5", "run-sequence": "^1.1.5",
"should": "^8.0.2", "should": "^8.0.2",
"sinon": "^1.17.2", "sinon": "^1.17.2",
"systemjs-builder": "^0.14.15", "systemjs-builder": "^0.15.2",
"vinyl-paths": "^2.0.0", "vinyl-paths": "^2.0.0",
"zone.js": "^0.5.10" "zone.js": "^0.5.10"
} }