Remove .babelrc

Used by jest before.
This commit is contained in:
Wei Zhu 2018-01-31 17:03:14 +08:00
parent 6c46692160
commit 537c79785e

View File

@ -1,10 +0,0 @@
{
"env": {
"test": {
"presets": ["es2015", "react", "stage-0"],
"plugins": [
"add-module-exports"
]
}
}
}