Webpacker wasn’t compiling or showing any errors/warnings in a new Rails 6 app after adding in Bootstrap and jQuery…
Eventually I stumbled on a way to figure out what was going wrong:
rails assets:precompile
Pointed me at a typo in environment.js
that I’d missed 8 times 😣