Installing using esbuild on Rails 7
Closed this issue · 2 comments
spaquet commented
Is there an updated documentation to install request.js using esbuild? Rails 7 offers a neat option to remove webpacker and use esbuild.
So far, it seems that only import-map is offered in addition to Webpacker.
spaquet commented
Sorry, I confused this package with the gem...
marcelolx commented
I'm not familiar with esbuild, but can't you install the package in esbuild the same way you do with webpacker and only use esbuild to build it?