Move to babel 7
This commit is contained in:
parent
133badfa3d
commit
2a5868d923
2 changed files with 7 additions and 6 deletions
4
.babelrc
4
.babelrc
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"presets": ["env"],
|
||||
"plugins": ["transform-react-jsx"]
|
||||
"presets": ["@babel/env",
|
||||
"@babel/preset-react"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue