refactor: remove babel config files

This commit is contained in:
Jason Aden
2017-03-07 10:27:56 -08:00
parent 72563b61fb
commit 58dd4673cd
24 changed files with 0 additions and 402 deletions

View File

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