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
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 them), so a confusing NODE_ENV workaround has been removedSee #156