create-react-app-inner-buildpack icon indicating copy to clipboard operation
create-react-app-inner-buildpack copied to clipboard

Inner layer of Heroku Buildpack for create-react-app

Results 3 create-react-app-inner-buildpack issues
Sort by recently updated
recently updated
newest added

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...

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...