angular-universal-pwa-heroku-starter
angular-universal-pwa-heroku-starter copied to clipboard
Remove the need to specifiy engines in package.json for heroku deployment
For some reason if you remove the engines section in the package.json file, the heroku build fails. Steps to reproduce would be
- Fork this project
- Remove the engines section in package.json
- Follow the steps to deploy to heroku
This may not be an issue anymore since #72 was fixed.. needs further testing