People who fork react-scripts shoulldn’t need to rename their bin script because this is annoying. Ideally changing just name in their react-scripts fork’s package.json should be enough.
Looks like #728 made some things better but some things worse. We should keep the part of it where it reads the correct path and removes the correct dependencies, but we should revert the changes to binary names and hardcode react-scripts again there.
Claimed by @shubheksha
People who fork
react-scriptsshoulldn’t need to rename theirbinscript because this is annoying. Ideally changing justnamein theirreact-scriptsfork’spackage.jsonshould be enough.Looks like #728 made some things better but some things worse. We should keep the part of it where it reads the correct path and removes the correct dependencies, but we should revert the changes to binary names and hardcode
react-scriptsagain there.