vite_ruby
vite_ruby copied to clipboard
⚡️ Vite.js in Ruby, bringing joy to your JavaScript experience
### Description 📖 Do not override config.server.origin when the user provides it. ### Background 📜 Using Vite-ruby with docker compose has many pitfalls (see #391 but this one cannot be...
[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 📖 Looking...
[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 📖 With...
[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 📖 `RubyPlugin`...
### Description 📖 This pull request adds a logic to check wether the `Procfile.dev` already has a `web` entry. In case it does, we don't append a duplicate `web `entry....
Vite is going to replace their core system with rolldown in an upcoming version. They released a preview version last week, but there are issue with vite-plugin-ruby. I filed an...
### Description 📖 This change adds support for more advanced entrypoints: 1. Entrypoints with custom names that don't match the file name 2. CSS-only entrypoints Example config for custom names:...
https://github.com/search?q=repo%3AElMassimo%2Fvite_ruby%20fast-glob&type=code Vite uses `tinyglobby`, which has only 2 dependencies compared to 17 dependencies for `fast-glob`. Using the same library as Vite will allow the dependency to be deduped
### Description 📖 After a recent version of vite_ruby that explicity included a dependency on Logger 1.6 , we are now getting error on the server. ### Reproduction 🐞 The...
### Description 📖 This pull request improves the grammar of a sentence in the migration guide ### Background 📜 This was happening because I was reading the guide, and noticed...