Should I use app/javascript without webpacker?

Short answer: You don’t need both. app/assets/javascript is for the sprockets based asset pipeline, and app/javascript is for the webpacker/bundler/import maps based one.

Long answer: Check my other post here:

1 Like