Fix command: webpack not found on heroku

Mittwoch, 22. Januar 2020, 22:43 Uhr | roberto@vasquez-angel.de |

If you get following message when deploying to heroku (i.e. after upgraping rails):

command webpacker not found

You may need to run following command locally and commit the changes:

rails webpacker:install