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

Add a sponsor link somewhere so we can contribute!

### Description 📖 The script module appended by the `vite_react_refresh_tag` does not consider the base setting in the react preamble code. ### Reproduction 🐞 1. Start with the rails example...

bug

### Description 📖 This pull request contains changes to this plugin so that running vite with rolldown still works. I believe we're not inserting the correct entries into `rolldownOptions` causing...

What would it take to release a new version? It looks like Vite is now at version 7.2.4, would you accept an update PR?

In development mode, Vite can end up requesting hundreds of individual resources. This is by design and it’s a performance optimisation because each resource can be cached and reloaded efficiently....

bug: pending triage

I'm using `vite_ruby` as I'm developing a Rack app that's not using one of the specifically supported frameworks. To my suprise, `vite_ruby` doesn't contain any tag helpers, e.g. `vite_javascript_tag`. What's...

bug: pending triage

### Description 📖 I've just run the same `bundle exec vite install` and it didn't end up creating the binstubs (e.g. bin/vite) the documentation said it would. I got `unknown...

bug: pending triage

### Description 📖 This pull request changes how multiple 103 Early Hints links are concatenated. Instead of using a newline, it should be comma separated. ### Background 📜 This was...

[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 📖 When...

bug: pending triage

### 🎈 Scenario Related to #564. I want to structure my Rails codebase component-wise and created an `app/components/` folder. This folder contains subfolders like `app/components/feature1/`. My Vite `sourceCodeDir` stays `app/frontend`....