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?
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
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With