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

Migrate away from `heroku-buildpack-static`

Open edmorley opened this issue 3 years ago • 1 comments

The heroku-buildpack-static buildpack is deprecated and will not be supported on Heroku-22 or newer stacks.

The create-react-app-buildpack buildpack currently uses the static buildpack, so will need to migrate to heroku-buildpack-nginx or else some other solution in order to (a) be compatible with Heroku-22 and later stacks, (b) so that it's using something maintained.

cc @mars

edmorley avatar Jun 09 '22 22:06 edmorley

I think it's time to sunset this buildpack, then 🌆 because moving from static.json to a new web server configuration format will be breaking for many existing users.

Vastly superior React app dev experiences are now possible with Next.js & Remix.

mars avatar Jun 09 '22 22:06 mars