Replace stage & es2017 with the specific plugins

This commit is contained in:
David Baker 2016-10-14 18:02:26 +01:00
parent 7436883704
commit f9ef6ba871
2 changed files with 5 additions and 3 deletions

View file

@ -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"]
}