rails / jsbundling-rails

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

Changing from outputting as application.js to something else #161

Closed RailsCod3rFuture closed 1 year ago

RailsCod3rFuture commented 1 year ago

How do I stop esbuild from using the name application.js while compiling changes? I should be able to rename it to application_es.js or something?