fix(packaging): properly build the core-testing bundle

This commit is contained in:
Tobias Bosch 2017-02-22 15:33:27 -08:00 committed by Igor Minar
parent 6277f16187
commit 4301dce7b0
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
{
"presets": ["es2015"],
"plugins": [["transform-es2015-modules-umd", {
"globals": {
"@angular/core": "ng.core",
"@angular/core/testing": "ng.core.testing",
"rxjs/Subject": "Rx"
},
"exactGlobals": true
}]],
"moduleId": "@angular/core/testing"
}