Revert "Speed up TypeScript v2 (#6406)" (#6585)

This reverts commit 6a5b3cdaaa.
This commit is contained in:
Ian Sutherland
2019-03-06 17:33:17 -07:00
committed by GitHub
parent b5887dcac7
commit b2cf28b7f1
14 changed files with 47 additions and 220 deletions

View File

@@ -8,7 +8,7 @@
"url": "https://github.com/facebook/create-react-app/issues"
},
"engines": {
"node": ">=8.10"
"node": ">=6"
},
"files": [
"browsersHelper.js",
@@ -20,7 +20,6 @@
"eslintFormatter.js",
"evalSourceMapMiddleware.js",
"FileSizeReporter.js",
"ForkTsCheckerWebpackPlugin.js",
"formatWebpackMessages.js",
"getCacheIdentifier.js",
"getCSSModuleLocalIdent.js",
@@ -55,7 +54,6 @@
"escape-string-regexp": "1.0.5",
"filesize": "3.6.1",
"find-up": "3.0.0",
"fork-ts-checker-webpack-plugin": "1.0.0-alpha.6",
"global-modules": "2.0.0",
"globby": "8.0.2",
"gzip-size": "5.0.0",