Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Default location for compiled js files in create-react-app --typescript

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?

like image 938
cham Avatar asked May 12 '26 06:05

cham


1 Answers

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

like image 148
Juraj Kocan Avatar answered May 14 '26 09:05

Juraj Kocan



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!