Make heroku use production build
willmurphyscode opened this issue · 1 comments
willmurphyscode commented
When I just ran git push heroku master the app would be deployed in debug mode.
willmurphyscode commented
I found https://github.com/mars/create-react-app-buildpack#user-content-quick-start and ran the following command:
heroku buildpacks:set https://github.com/mars/create-react-app-buildpack.git
This resolved the issue.