Skip to content

Commit

Permalink
fix(packaging): properly build the core-testing bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
tbosch authored and IgorMinar committed Feb 23, 2017
1 parent 6277f16 commit 4301dce
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions modules/@angular/core/.babelrc-testing
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 4301dce

Please sign in to comment.