Skip to content

Commit a94f051

Browse files
fix(bundle): don't include System.config in dev bundle
Fixes angular#3826 Closes angular#3862
1 parent 7820086 commit a94f051

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gulpfile.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1171,7 +1171,6 @@ gulp.task('!bundle.js.dev.deps', ['!bundle.js.dev'], function() {
11711171
JS_DEV_DEPS.concat(['dist/build/angular2.dev.js']),
11721172
'angular2.dev.js')
11731173
.pipe(insert.transform(insertRXLicense))
1174-
.pipe(insert.append('\nSystem.config({"paths":{"*":"*.js","angular2/*":"angular2/*"}});\n'))
11751174
.pipe(gulp.dest('dist/js/bundle')),
11761175
bundler.modify(
11771176
['dist/build/http.dev.js'], 'http.dev.js')

0 commit comments

Comments
 (0)