mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 03:00:58 +08:00
chore(e2e): remove unnecessary System config from e2e template
This commit is contained in:
@ -15,14 +15,6 @@
|
||||
<script src="/node_modules/angular2/bundles/router.dev.js"></script>
|
||||
<script src="/node_modules/angular2/bundles/http.dev.js"></script>
|
||||
<script src="/dist/bundles/ionic.system.js"></script>
|
||||
<script>
|
||||
System.config({
|
||||
map: {
|
||||
'Rx': '/node_modules/rxjs/Rx.js',
|
||||
'rxjs': '/node_modules/rxjs',
|
||||
}
|
||||
})
|
||||
</script>
|
||||
<script src="/node_modules/rxjs/bundles/Rx.js"></script>
|
||||
|
||||
<script>
|
||||
|
Reference in New Issue
Block a user