mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
fix e2e_template.html rx.js 404
This commit is contained in:
@ -84,7 +84,7 @@
|
|||||||
"*": "*.js",
|
"*": "*.js",
|
||||||
"ionic/*": "ionic/*",
|
"ionic/*": "ionic/*",
|
||||||
"angular2/*": "angular2/*",
|
"angular2/*": "angular2/*",
|
||||||
"rx": "rx"
|
"@reactivex/rxjs/*": "@reactivex/rxjs/*"
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
System.import("index").then(function(m) {}, console.error.bind(console));
|
System.import("index").then(function(m) {}, console.error.bind(console));
|
||||||
|
Reference in New Issue
Block a user