-
Notifications
You must be signed in to change notification settings - Fork 143
Open
Labels
bug: pending triageSomething doesn't seem to be working, but hasn't been verifiedSomething doesn't seem to be working, but hasn't been verified
Description
- I have tried upgrading by running
bundle update vite_ruby. - I have read the troubleshooting section before opening an issue.
Description 📖
When I run this with Vite 8.0 I get this warning even if my config is changed to use rolldownOptions:
[vite] warning: Both `rollupOptions` and `rolldownOptions` were specified by "vite-plugin-ruby" plugin. `rollupOptions` specified by that plugin will be ignored.
It also seems like the user options should be based on the optionsKey rather than being hardcoded to rollupOptions in
vite_ruby/vite-plugin-ruby/src/index.ts
Line 40 in 3d1843d
| const rollupOptions = userConfig.build?.rollupOptions |
Does that make sense or am I using it wrong somehow? Thank you!
(Apologies for the lack of full reproduction but I think at least the second point is a clear issue with how the current config is being looked up.)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bug: pending triageSomething doesn't seem to be working, but hasn't been verifiedSomething doesn't seem to be working, but hasn't been verified