[*] use hardlinked .babelrc for AppVeyor

Since babel-node won't work on AppVeyor if the babelrc is symlinked
This commit is contained in:
Evan Morikawa 2017-03-07 14:10:38 -05:00
parent 4b45f9f308
commit 428392fb51

View file

@ -1 +0,0 @@
packages/client-app/.babelrc

7
.babelrc Normal file
View file

@ -0,0 +1,7 @@
{
"presets": [
"electron",
"react"
],
"sourceMaps": "inline"
}