DEV Community

Sherin
Sherin

Posted on

Building your application after pushing to Heroku

When deploying their application to Heroku, most people will run development script for their application. This will tremendously increase the loading time of your application. Instead you can build a production-ready version of your application after pushing your application to Heroku making use of heroku-postbuild script in your package.json

Top comments (0)