2

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.

1 Answer 1

2

Khizer.

Use this package for custom scripts in TS by using this command

create-react-app my-app --scripts-version custom-react-scripts

custom react script for TS

BTW, which custom script you want to add

Sign up to request clarification or add additional context in comments.

2 Comments

I need to add post-css support and the typescript scripts.
yes, you can use this script for css or less or scss files

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.