Removed root .babelrc file, upgrades

- Upgraded packages
- Fixed sourcemaps
- Moved .babelrc config into client folder
- Created .babelrc in tests folder for client tests
This commit is contained in:
Wyatt Johnson
2017-03-24 11:12:57 -06:00
parent 05efbc4ded
commit 228fdeac4d
6 changed files with 567 additions and 320 deletions
+3
View File
@@ -0,0 +1,3 @@
{
"extends": "../../client/.babelrc"
}