Update to stage-3.

This commit is contained in:
Drew Larson
2017-05-23 19:29:56 -06:00
parent 2219366859
commit 7c2df81c6a
8 changed files with 34 additions and 90 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
{
presets: ['es2015', 'stage-0', 'react']
"presets": ["latest", "stage-3", "react"],
"plugins": ["transform-runtime"]
}