Babelrc now has presets.
This commit is contained in:
8
client/.babelrc
Normal file
8
client/.babelrc
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
/*
|
||||||
|
./.babelrc
|
||||||
|
*/
|
||||||
|
{
|
||||||
|
"presets":[
|
||||||
|
"es2015", "env", "react"
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user