Máximo Mussini
Máximo Mussini
@timacdonald Indeed it applies to Ruby land: - https://github.com/ElMassimo/vite_ruby/issues/188#issuecomment-1027202219 It's unusual, though. Other than this bug report on a sample app, I haven't seen it in the wild.
Hi Markus! Thanks for taking another look at this. I'll take a look at this branch during the week, but I think it will suffer from mismatches in some situations,...
Ordering plugins is one of the unsolved UX problems in Rollup and Vite. Some plugins will automatically reorder themselves in Vite when they detect they are in the wrong spot,...
See this related RFC: - https://github.com/vitejs/rfcs/discussions/13
Hi Harlan! Thanks for the suggestion! The auto-import logic in îles is [very rudimentary](https://github.com/ElMassimo/iles/blob/main/packages/iles/src/node/plugin/composables.ts#L6-L7). It works for the intended purposes, but it's not something that can be easily extended at...
Hi Harlan! Sounds good, adding support will require a simple change in the [`renderPage`](https://github.com/ElMassimo/iles/blob/main/packages/iles/src/node/build/render.ts#L57-L69) function.
I like the idea of supporting `async setup` in islands out of the box. You can already achieve the same by wrapping manually, but this is more ergonomic. Is `Suspense`...
Hi Renaud, thanks for reporting. Ideally, we add a new `react_preamble_code` method in `ViteRuby::Manifest` to preserve backwards compatibility, keeping `react_refresh_preamble`, and then extend `vite_rails` to use `javascript_tag` with `nonce: true,...
Hi Eduardo! Pull requests are welcome!
After considering the usages in existing sites, and assessing the trade-offs in implementation complexity, I decided to try [the following approach](https://github.com/ElMassimo/iles/commit/ab4204ad7933407283f31a9278ec562aabaea40b). The current behavior will be to apply the `class`...