Tuesday, March 17, 2020

dependencies and devdependencies

been a while since I never code any bugs anymore but I thought I'd mention:
if you have rails webpacker upgrade issues with the webpack loader not finding random files when you build in staging, try moving pipeline and compilation and babel related dependencies out of devDependencies in your package.json and into the main dependencies block. worked for me!

facepalms: 7 (only took 5 hours to figure it out...)

No comments:

Post a Comment