Set to correct new babel preset

This commit is contained in:
Paul Graffam 2019-01-23 17:24:08 -05:00
parent ad74138a7c
commit 85f1f2474d
1 changed files with 1 additions and 3 deletions

View File

@ -1,3 +1 @@
{ { "presets": ["@babel/preset-env"] }
"presets": ["env"]
}