[Vuejs]-After deployment to heroku, modifications to vuejs components and app.scss of laravel app does not update

1👍

For those who got here looking for solution to the same issue, I fixed it by adding this line to the script of my packages.json.

"heroku-postbuild": "npm run prod"
👤banky

Leave a comment