Skip to content

Support Vite 8#33

Closed
AlexVanderbist wants to merge 2 commits intomainfrom
support-vite-8
Closed

Support Vite 8#33
AlexVanderbist wants to merge 2 commits intomainfrom
support-vite-8

Conversation

@AlexVanderbist
Copy link
Copy Markdown
Member

Supersedes #32.

Summary

  • Add ^8.0.0 to the vite peer and dev dependency ranges in @flareapp/vite
  • Remove the import { OutputOptions } from 'rollup' type import and inline it as { dir?: string }, since Vite 8 replaces Rollup with Rolldown and rollup is no longer a transitive dependency

Test plan

  • npm run build passes
  • npm run typescript passes

nikolawork and others added 2 commits March 17, 2026 11:37
Vite 8 replaces Rollup with Rolldown, so the rollup package is no
longer available as a transitive dependency. Inline the type instead.
@AlexVanderbist AlexVanderbist deleted the support-vite-8 branch April 2, 2026 12:35
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.

2 participants