Remove yearly presets from repo, inline in standalone (#8274)

These were already deprecated in v6, just didn't remove the folders?
This commit is contained in:
Henry Zhu
2018-07-09 14:23:25 -04:00
committed by GitHub
parent dd6da3b3af
commit 10910a10f5
603 changed files with 165 additions and 12313 deletions

View File

@@ -1,4 +1,4 @@
{
"presets": [["es2015", { "loose": true }]],
"presets": [["env", { "loose": true }]],
"plugins": ["transform-flow-comments", "external-helpers"]
}

View File

@@ -1,4 +1,4 @@
{
"presets": ["es2015"],
"presets": ["env"],
"plugins": ["transform-flow-comments", "external-helpers"]
}