Replace stage & es2017 with the specific plugins
This commit is contained in:
parent
7436883704
commit
f9ef6ba871
2 changed files with 5 additions and 3 deletions
3
.babelrc
3
.babelrc
|
@ -1,3 +1,4 @@
|
|||
{
|
||||
"presets": ["react", "es2015", "es2016", "es2017", "stage-2"]
|
||||
"presets": ["react", "es2015", "es2016"],
|
||||
"plugins": ["transform-class-properties", "transform-object-rest-spread", "transform-async-to-generator"]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue