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

@@ -16,7 +16,7 @@ const fileFilter = function(x) {
};
const presetLocs = [
path.join(__dirname, "../../babel-preset-es2015"),
path.join(__dirname, "../../babel-preset-env"),
path.join(__dirname, "../../babel-preset-react"),
].join(",");