Co-locate Babel config with modules

This commit is contained in:
Michael Jackson
2017-03-24 17:35:55 -07:00
parent 7235fdfb0b
commit f8c796c8f8

10
modules/.babelrc Normal file
View File

@ -0,0 +1,10 @@
{
"presets": [
"es2015-loose",
"stage-1",
"react"
],
"plugins": [
"transform-object-assign"
]
}