From a94f051d43884f90f4737f8f5cdc374d4e17eaef Mon Sep 17 00:00:00 2001 From: Pawel Kozlowski Date: Thu, 27 Aug 2015 14:03:13 +0200 Subject: [PATCH] fix(bundle): don't include System.config in dev bundle Fixes #3826 Closes #3862 --- gulpfile.js | 1 - 1 file changed, 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 706ecd5f4b..b90c0ac7b8 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -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')