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