codeforUV / food_resources

A project that aims to increase food access for residents of the Upper Valley region of VT/NH
https://food-resources.herokuapp.com
MIT License
1 stars 6 forks source link

upgrade to webpacker 6 #59

Closed thomascchen closed 3 years ago

thomascchen commented 3 years ago

upgrade webpacker from the version 5 to 6

thomascchen commented 3 years ago

@davekaro want to take another look? 😄

I deployed this branch on Heroku, and it worked this time. I realized that I must have run yarn upgrade @rails/webpacker --latest in #57 because the yarn.lock actually had 6.0.0-pre.1 specified instead of 6.0.0.beta.2: https://github.com/codeforUV/food_resources/pull/57/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2deR863

Didn't run that on this branch, which I think is the only difference.