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,21 +0,0 @@
{
"presets": ["es2015"],
"plugins": [["transform-es2015-modules-umd", {
"globals": {
"@angular/core": "ng.core",
"@angular/common": "ng.common",
"@angular/compiler": "ng.compiler",
"@angular/platform-browser": "ng.platformBrowser",
"@angular/platform-browser-dynamic": "ng.platformBrowserDynamic",
"@angular/upgrade": "ng.upgrade",
"rxjs/Subject": "Rx",
"rxjs/observable/PromiseObservable": "Rx", // this is wrong, but this stuff has changed in rxjs
// b.6 so we need to fix it when we update.
"rxjs/operator/toPromise": "Rx.Observable.prototype",
"rxjs/Observable": "Rx"
},
"exactGlobals": true
}]],
"moduleId": "@angular/upgrade"
}

View File

@ -1,12 +0,0 @@
{
"presets": ["es2015"],
"plugins": [["transform-es2015-modules-umd", {
"globals": {
"@angular/upgrade": "ng.upgrade",
"@angular/upgrade/static": "ng.upgrade.static"
},
"exactGlobals": true
}]],
"moduleId": "@angular/upgrade/static"
}