3

I'm using the typescript version of create-react-app. I'm only using npm start (not npm build).

I'd like to inspect the js files create by typescript but I can can't find a build folder. Where are the compiled files saved?

2
  • npm start will strat via webpack-dev-server. webpack-dev-server using caching for output files. there is no directory. try to build with other [options]github.com/facebook/create-react-app/tree/master/packages/…) Commented Feb 14, 2019 at 8:34
  • Thank you @JurajKocan. If you want to make your comment into an answer I'd be happy to upvote it. Commented Feb 14, 2019 at 19:44

1 Answer 1

5

npm start will strat via webpack-dev-server. webpack-dev-server using caching for output files. there is no directory. try to build with other option

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

Comments

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.