mars / create-react-app-buildpack

⚛️ Heroku Buildpack for create-react-app: static hosting for React.js web apps
MIT License
3.28k stars 653 forks source link

Migrate away from `heroku-buildpack-static` #200

Open edmorley opened 2 years ago

edmorley commented 2 years ago

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

mars commented 2 years ago

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.