Upgrade to babel6 and enable some presets.
This commit is contained in:
parent
740ab7e479
commit
d6f27add66
4 changed files with 75 additions and 32 deletions
4
.babelrc
Normal file
4
.babelrc
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"presets": ["react", "es2015", "es2016", "es2017", "stage-0"],
|
||||
"plugins": ["transform-runtime"]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue