Rails 8 Assets: Adding a bundled package alongside vanilla setup
If you want to use an npm package that you can’t just pin to the importmap but that needs bundling, do you need to abandon the default Rails asset pipeline? Absolutely not, here’s how you can bundle just one package and keep the rest on vanilla Rails asset pipeline: Rails 8 Assets: Adding a bundled package alongside vanilla setup
Post a comment