fix(packaging): properly build the core-testing bundle
This commit is contained in:
parent
6277f16187
commit
4301dce7b0
|
@ -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"
|
||||
}
|
Loading…
Reference in New Issue