Skip to content

feat: add support for vite 8 - #32

Open
FlorianV85 wants to merge 1 commit into
antfu:mainfrom
FlorianV85:main
Open

FlorianV85 wants to merge 1 commit into
antfu:mainfrom
FlorianV85:main

Conversation

@FlorianV85

Copy link
Copy Markdown
  • <- Keep this line and put an x between the brackts.

Description

This PR aims to add support for Vite 8. Vite 8 seems to be mainly a transition to rolldown, which doesn't really cause any breaking changes—unless I'm mistaken.

So, there haven't really been many changes, apart from updating dependencies and peer dependencies.

And just a small update in tsconfig to resolve the vite8 types

{
"moduleResolution": "bundler",
}

I hope this helps. I'm not exactly an vite expert, but the tests I've done look okay, so I hope this is correct!

Linked Issues

fixes #31

Additional context

@ryanleichty

Copy link
Copy Markdown

Let's ship this thing 🦅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support Vite v8

2 participants