Rails Engines Using Webpacker (1/2).
An Experience Report Webpacker is the main line replacement for Sprockets and the Asset Pipeline, as of Rails 6. Webpacker wraps the webpack JavaScript module bundler such that it can be simply used by a Rails application, consistent with the current common practices of JavaScript...