Output 🌅 warning message to build log, and pin static site buildpack to avoid its own deprecation warning.
Unclaimed project
Are you a maintainer of create-react-app-buildpack? Claim this project to take control of your public changelog and roadmap.
Changelog
⚛️ Heroku Buildpack for create-react-app: static hosting for React.js web apps
Output 🌅 warning message to build log, and pin static site buildpack to avoid its own deprecation warning.
Tagging a final release before archiving.
Adapts this buildpack for the change to automatically run the package.json build script in the official Node.js buildpack.
Changes are:
npm run build automatically (this buildpack no longer runs the build)devDependencies for auto build (and afterwards it prunes the...Configure the web server to route all not-found requests to the client-side app index.html.
See the new Routing section of README.
Runtime env vars are now compatible with create-react-app version 2's split bundles.