Fix links to package (#3898)

This commit is contained in:
Michaël De Boey
2018-01-22 23:16:22 +01:00
committed by Dan Abramov
parent db9d0ab89b
commit 25184c4e91
44 changed files with 1543 additions and 1543 deletions

View File

@@ -245,7 +245,7 @@ inquirer
);
let windowsCmdFileContent;
if (process.platform === 'win32') {
// https://github.com/facebookincubator/create-react-app/pull/3806#issuecomment-357781035
// https://github.com/facebook/create-react-app/pull/3806#issuecomment-357781035
// Yarn is diligent about cleaning up after itself, but this causes the react-scripts.cmd file
// to be deleted while it is running. This trips Windows up after the eject completes.
// We'll read the batch file and later "write it back" to match npm behavior.