mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +08:00
27 lines
509 B
JavaScript
27 lines
509 B
JavaScript
System.config({
|
|
"paths": {
|
|
"*": "*.js",
|
|
"dist/*": "/dist",
|
|
"node_modules/*": "/node_modules/*",
|
|
},
|
|
"traceurOptions": {
|
|
"sourceMaps": true,
|
|
"annotations": true,
|
|
"types": true,
|
|
"script": false,
|
|
"memberVariables": true,
|
|
"modules": "instantiate"
|
|
}
|
|
});
|
|
|
|
System.config({
|
|
"map": {
|
|
"angular2": "dist/lib/angular2",
|
|
"hammer": "node_modules/hammerjs/hammer.js",
|
|
"rtts_assert": "dist/lib/rtts_assert",
|
|
"rx": "node_modules/rx",
|
|
"ionic2": "/src",
|
|
}
|
|
});
|
|
|