What's Changed
- Move esbuild|rollup|webpack to devDependencies instead of dependencies by @saltyshiomix in https://github.com/rails/jsbundling-rails/pull/194
- Include .gitattributes when building the gem by @pokonski in https://github.com/rails/jsbundling-rails/pull/193
- Overwrite bin/dev by force to deal with new default bin/dev file coming in Rails 8 by @dhh
- Disable loading .env fi...