I want to deploy a react app on Heroku.
I run npm run build
which creates a productionized version into the build_webpack folder. I do a git add .
on this folder and try to submit but Heroku doesn't recognize the buildpack.
remote: Building source: remote: remote: -----> App not compatible with buildpack: https://github.com/ddollar/heroku-buildpack-multi remote: More info: https://devcenter.heroku.com/articles/buildpacks#detection-failure remote: remote: ! Push failed remote: Verifying deploy...