fix(bundle): don't include System.config in dev bundle
Fixes #3826 Closes #3862
This commit is contained in:
parent
78200868f4
commit
a94f051d43
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue