Co-locate Babel config with modules
This commit is contained in:
10
modules/.babelrc
Normal file
10
modules/.babelrc
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"presets": [
|
||||
"es2015-loose",
|
||||
"stage-1",
|
||||
"react"
|
||||
],
|
||||
"plugins": [
|
||||
"transform-object-assign"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user