mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
37 lines
837 B
JavaScript
37 lines
837 B
JavaScript
System.config({
|
|
"baseURL": "/",
|
|
"transpiler": "babel",
|
|
"babelOptions": {
|
|
"optional": [
|
|
"runtime"
|
|
]
|
|
},
|
|
"paths": {
|
|
"github:*": "jspm_packages/github/*.js",
|
|
"npm:*": "jspm_packages/npm/*.js",
|
|
"*": "*.js"
|
|
}
|
|
});
|
|
|
|
System.config({
|
|
"map": {
|
|
"babel": "npm:babel-core@5.4.7",
|
|
"babel-core": "npm:babel-core@5.4.7",
|
|
"babel-runtime": "npm:babel-runtime@5.4.7",
|
|
"core-js": "npm:core-js@0.9.14",
|
|
"rx": "npm:rx@2.5.3",
|
|
"github:jspm/nodelibs-process@0.1.1": {
|
|
"process": "npm:process@0.10.1"
|
|
},
|
|
"npm:core-js@0.9.14": {
|
|
"fs": "github:jspm/nodelibs-fs@0.1.2",
|
|
"process": "github:jspm/nodelibs-process@0.1.1",
|
|
"systemjs-json": "github:systemjs/plugin-json@0.1.0"
|
|
},
|
|
"npm:rx@2.5.3": {
|
|
"process": "github:jspm/nodelibs-process@0.1.1"
|
|
}
|
|
}
|
|
});
|
|
|