rails / request.js

MIT License
389 stars 28 forks source link

Installing using esbuild on Rails 7 #43

Closed spaquet closed 2 years ago

spaquet commented 2 years ago

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 2 years ago

Sorry, I confused this package with the gem...

marcelolx commented 2 years ago

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?