create-react-app-inner-buildpack
create-react-app-inner-buildpack copied to clipboard
Inner layer of Heroku Buildpack for create-react-app
Related to the work started here https://github.com/mars/create-react-app-inner-buildpack/pull/21, this PR aims at reducing the boot time on big react applications (~1000 files). For large projects, we can encounter `R10` errors because...
On large react applications (~1000 chunks), i get some `R10` errors because of the app isn't able to boot within 60 seconds. Looking at the logs, it seems that the...
It throws an error when Injecting runtime env into a file when the file has empty space in its name
I got the following error when I build my app. `/app/.heroku/create-react-app/injectable_env.rb:27:in `read': No such file or directory @ rb_sysopen` The reason why is that one of the generated js files...