vite_ruby icon indicating copy to clipboard operation
vite_ruby copied to clipboard

⚡️ Vite.js in Ruby, bringing joy to your JavaScript experience

Results 82 vite_ruby issues
Sort by recently updated
recently updated
newest added

[troubleshooting section]: https://vite-ruby.netlify.app/guide/troubleshooting.html - [x] I have tried upgrading by running `bundle update vite_ruby`. - [x] I have read the __[troubleshooting section]__ before opening an issue. ### Description 📖 _Provide...

good first issue

[troubleshooting section]: https://vite-ruby.netlify.app/guide/troubleshooting.html - [x] I have tried upgrading by running `bundle update vite_ruby`. - [x] I have read the __[troubleshooting section]__ before opening an issue. ### Description 📖 After...

bug: pending triage

[troubleshooting section]: https://vite-ruby.netlify.app/guide/troubleshooting.html - [ ] I have tried upgrading by running `bundle update vite_ruby`. - [x] I have read the __[troubleshooting section]__ before opening an issue. ### Description 📖...

bug

### Description 📖 Backport most of the logic from [@vitejs/plugin-legacy](https://www.npmjs.com/package/@vitejs/plugin-legacy) to vite_plugin_legacy This is currently used in production for over a year to support a wide variety of legacy browsers....

**Is your feature request related to a problem? Please describe.** My team uses a mono-repo setup that uses Packwerk. We have various packs at paths such as `./packs/` and under...

[troubleshooting section]: https://vite-ruby.netlify.app/guide/troubleshooting.html - [x] I have tried upgrading by running `bundle update vite_ruby`. - [x] I have read the __[troubleshooting section]__ before opening an issue. ### Description 📖 I...

bug: pending triage

### Description 📖 Add an env flag VITE_RUBY_SKIP_INSTALLING_DEPENDENCIES, which lets users skip installing all node dependencies in the install_dependencies rake task. This is similar to the existing VITE_RUBY_SKIP_INSTALLING_DEV_DEPENDENCIES flag. ###...

Hi, I am having a issue with loading my styles. I have `application.js` and `application.css`. `application.css` has styles in it and `application.js` bundles all my javascript. One of my js...

bug: pending triage

### Description 📖 When specifying the host and protocol options for a `vite_javascript_tag`, we want the preload tags to also respect those options. ### Background 📜 This was causing an...

**Is your feature request related to a problem? Please describe.** When upgrading to Rails 7.1 we encounter some deprecation warnings from the rack-proxy gem, which is only pulled in via...