This document discusses migrating a Rails application from using the webpack-rails gem to the webpacker gem for asset packaging. Some key challenges included non-deterministic builds, broken deploys, and a complex webpack configuration. The migration involved moving configuration files, updating helper methods in views, and resolving issues with the JavaScript bundle splitting behavior. While the migration was successful, the author notes ongoing challenges of dependency on tools that are constantly changing and not fully deterministic.