vite_ruby
vite_ruby copied to clipboard
⚡️ Vite.js in Ruby, bringing joy to your JavaScript experience
[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...
[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...
[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 📖...
### 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...
### 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...
### 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...