2017-01-27 20:39:48 -05:00
|
|
|
|
|
|
|
{
|
|
|
|
"presets": ["es2015"],
|
|
|
|
"plugins": [["transform-es2015-modules-umd", {
|
|
|
|
"globals": {
|
|
|
|
"@angular/core": "ng.core",
|
2017-02-22 18:14:49 -05:00
|
|
|
"@angular/animations": "ng.animations",
|
2017-01-27 20:39:48 -05:00
|
|
|
"rxjs/Observable": "Rx",
|
|
|
|
"rxjs/Subject": "Rx"
|
|
|
|
},
|
|
|
|
"exactGlobals": true
|
|
|
|
}]],
|
2017-02-23 19:39:44 -05:00
|
|
|
"moduleId": "@angular/animations"
|
2017-01-27 20:39:48 -05:00
|
|
|
}
|