'Standard way to add custom react-scripts in create-react-app
I have a project created from create-react-app and is in typescript, I want to add suport for custom react-scripts without eject so what would be the best way to do it.
Solution 1:[1]
Khizer.
Use this package for custom scripts in TS by using this command
create-react-app my-app --scripts-version custom-react-scripts
BTW, which custom script you want to add
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Nathan Osman |