Trying to fix prod builds breaking

This commit is contained in:
Scott Tolksdorf
2017-01-22 12:39:27 -05:00
parent 47396e5c7e
commit 95aa803c61
4 changed files with 6 additions and 9 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
"presets": [
"env",
"react"
"react",
"latest"
]
}