fix(bundle): don't include System.config in dev bundle

Fixes #3826

Closes #3862
This commit is contained in:
Pawel Kozlowski 2015-08-27 14:03:13 +02:00
parent 78200868f4
commit a94f051d43
1 changed files with 0 additions and 1 deletions

View File

@ -1171,7 +1171,6 @@ gulp.task('!bundle.js.dev.deps', ['!bundle.js.dev'], function() {
JS_DEV_DEPS.concat(['dist/build/angular2.dev.js']),
'angular2.dev.js')
.pipe(insert.transform(insertRXLicense))
.pipe(insert.append('\nSystem.config({"paths":{"*":"*.js","angular2/*":"angular2/*"}});\n'))
.pipe(gulp.dest('dist/js/bundle')),
bundler.modify(
['dist/build/http.dev.js'], 'http.dev.js')