mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
17 lines
543 B
Text
17 lines
543 B
Text
|
|
{
|
|
"presets": ["es2015"],
|
|
"plugins": [["transform-es2015-modules-umd", {
|
|
"globals": {
|
|
"@angular/core": "ng.core",
|
|
"@angular/animations": "ng.animations",
|
|
"@angular/platform-browser": "ng.platformBrowser",
|
|
"@angular/platform-browser/animations": "ng.platformBrowser.animations",
|
|
"@angular/platform-browser/testing": "ng.platformBrowser.testing",
|
|
"rxjs/Observable": "Rx",
|
|
"rxjs/Subject": "Rx"
|
|
},
|
|
"exactGlobals": true
|
|
}]],
|
|
"moduleId": "@angular/platform-browser/animations/testing"
|
|
}
|