mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
29 lines
614 B
JavaScript
29 lines
614 B
JavaScript
System.config({
|
|
"baseURL": "/",
|
|
"transpiler": "traceur",
|
|
"paths": {
|
|
"*": "*.js",
|
|
"github:*": "jspm_packages/github/*.js",
|
|
"npm:*": "jspm_packages/npm/*.js",
|
|
"ionic/*": "dist/js/ionic.bundle.js",
|
|
"angular2/*": "scripts/resources/angular2.dev.js"
|
|
},
|
|
"bundles": {
|
|
"dist/js/ionic.bundle": [
|
|
"ionic"
|
|
],
|
|
"scripts/resources/angular2.dev": [
|
|
"angular2"
|
|
]
|
|
}
|
|
});
|
|
|
|
System.config({
|
|
"map": {
|
|
"babel": "npm:babel-core@5.6.5",
|
|
"traceur": "github:jmcriffey/bower-traceur@0.0.88",
|
|
"traceur-runtime": "github:jmcriffey/bower-traceur-runtime@0.0.88"
|
|
}
|
|
});
|
|
|