Skip to content

Commit 4301dce

Browse files
tboschIgorMinar
authored andcommitted
fix(packaging): properly build the core-testing bundle
1 parent 6277f16 commit 4301dce

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"presets": ["es2015"],
3+
"plugins": [["transform-es2015-modules-umd", {
4+
"globals": {
5+
"@angular/core": "ng.core",
6+
"@angular/core/testing": "ng.core.testing",
7+
"rxjs/Subject": "Rx"
8+
},
9+
"exactGlobals": true
10+
}]],
11+
"moduleId": "@angular/core/testing"
12+
}

0 commit comments

Comments
 (0)