Currently the project is hosted as a Laravel project and as such we use a PHP runtime on Heroku, which now require's running the webpack build locally before deploying to production.
With a Nodejs runtime the command to build the project can be added as part of the deployment step. @yomexzo @darilldrems what do you think?