Top "Webpacker" questions

Webpacker is a Ruby gem for Ruby on Rails that makes it easy to use Webpack, the JavaScript module bundler, to manage application-like JavaScript in Rails.

Rails 5/6: How to include JS functions with webpacker?

I am trying to update a Rails 3 app to Rails 6 and I have problems with the now default webpacker since …

javascript ruby-on-rails webpack webpacker ruby-on-rails-6
Webpacker in Rails 5 takes a long time to compile not that many files. How can I see what it's doing?

[Webpacker] Compiling… It takes several seconds (6.2 seconds) to compile any of my changes to javascript files. It's really slowing my …

webpack ruby-on-rails-5 webpacker
How to access assets with webpacker gem

Could you explain me how to access assets from webpacker gem within vue.js components? For example - how to …

ruby-on-rails webpack vue.js webpack-dev-server webpacker