You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which would be solved by making Vite a peer and requiring all projects list a version of it in their package.json.
Is your feature request related to a bug?
N/A
What are the alternatives?
Keep it a subdependency. Only benefit here is WXT has control over the version of vite it uses, and can prevent people from trying a newer version, like v7, before it's ready.
It's easy to ignore peer dependency version warnings, while those should tell the user t hey have an invalid version installed.
The text was updated successfully, but these errors were encountered:
Feature Request
I get lots of comments about this issue:
#1460 (comment)
Which would be solved by making Vite a peer and requiring all projects list a version of it in their
package.json
.Is your feature request related to a bug?
N/A
What are the alternatives?
Keep it a subdependency. Only benefit here is WXT has control over the version of vite it uses, and can prevent people from trying a newer version, like v7, before it's ready.
It's easy to ignore peer dependency version warnings, while those should tell the user t hey have an invalid version installed.
The text was updated successfully, but these errors were encountered: