-
-
Couldn't load subscription status.
- Fork 409
refactor!: move to module-runner #1946
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: major
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for creative-fairy-df92c4 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
f137b01 to
dbe4670
Compare
|
If tests pass, that should be good enough. |
| }, | ||
| "peerDependencies": { | ||
| "vite": "^5.4.19 || ^6.3.4 || ^7.0.0" | ||
| "vite": "^6.3.4 || ^7.0.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perfect, was gonna call this out.
|
I say than and then I whip out |
Life would be soooo much easier if Vitepress would just release Vite>5.
Related: wxt-dev#1214. Related: wxt-dev#1044.
a12076a to
42a8693
Compare
Warning
Breaking Change
Drop support for Vite <6
Overview
Drop
vite-nodein favor of Vite-nativerunnerImport, which is based onModuleRunner.Manual Testing
Good question... not entirely sure what fails the treeshake in the first place, but all the tests pass so I assume it loads the entrypoints at least. 🤷🏻♂️
Related Issue
Stacked on #1945.
Supersedes/closes #1884.