Created by: pdillon
create-react-app myApp --scripts-version=@myscope/react-scripts
fails since getPackageName
currently assumes a match of "@" at any index denotes version and strips it from the str.
Minor change to fix.
Created by: pdillon
create-react-app myApp --scripts-version=@myscope/react-scripts
fails since getPackageName
currently assumes a match of "@" at any index denotes version and strips it from the str.
Minor change to fix.