rails / jsbundling-rails

Bundle and transpile JavaScript in Rails with esbuild, rollup.js, or Webpack.
MIT License
831 stars 143 forks source link

Change order of bundler options in README #169

Closed Intrepidd closed 1 year ago

Intrepidd commented 1 year ago

While Bun looks very exciting (I'm trying it right now) it just hit v1.0 and it is not yet even possible (or at least clearly documented) how to make it work with stimulus (see https://github.com/excid3/esbuild-rails/issues/23)

For newcomers, having it as the first option could lead them to some issues and configuration pain.

I suggest we keep esbuild as the first option as it is literally plug and play at the moment, stable, documented, and has been around for a while.

rafaelfranca commented 1 year ago

Thank you for the pull request. This is just the order of the libraries we support in no particular order. There is no need to change it and give it a meaning.

rmacklin commented 1 year ago

in no particular order

I think they are actually listed in alphabetical order. But of course that doesn't imply any preference.