chore(build): remove references to e6-module-loader

I believe that it is no longer necessery after migration
to a newer version of SystemJS

Closes #3752
This commit is contained in:
Pawel Kozlowski
2015-08-20 17:05:05 +02:00
parent b039ec3da3
commit a205807191
6 changed files with 2 additions and 7 deletions

View File

@ -1,2 +1,2 @@
importScripts("/examples/src/assets/zone-microtask-web-workers.js", "long-stack-trace-zone.js",
"traceur-runtime.js", "es6-module-loader-sans-promises.src.js", "system.src.js", "Reflect.js");
"traceur-runtime.js", "system.src.js", "Reflect.js");