From 11d587c34fd6fe16de4a41e02bcffc4b6d75769e Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Wed, 25 Nov 2015 07:07:38 -0600 Subject: [PATCH] Revert "fix e2e_template.html rx.js 404" --- scripts/e2e/e2e.template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/e2e/e2e.template.html b/scripts/e2e/e2e.template.html index 16a6a8875a..01cd01b8ab 100644 --- a/scripts/e2e/e2e.template.html +++ b/scripts/e2e/e2e.template.html @@ -84,7 +84,7 @@ "*": "*.js", "ionic/*": "ionic/*", "angular2/*": "angular2/*", - "@reactivex/rxjs/*": "@reactivex/rxjs/*" + "rx": "rx" } }) System.import("index").then(function(m) {}, console.error.bind(console));