Anber / wyw-in-js

MIT License
191 stars 8 forks source link

Support Rolldown (Vite) #54

Open oliviertassinari opened 4 months ago

oliviertassinari commented 4 months ago

Describe the feature

Support Rolldown https://github.com/rolldown/rolldown

Motivation

Vite might migrate from Rollup to Rolldown https://github.com/vitejs/vite/discussions/12529#discussioncomment-8311967. Unclear what it means for this library.

Possible implementations

Related Issues

layershifter commented 4 months ago

@oliviertassinari from what I heard/read the goal is to keep API for plugins, so I would expect that everything will keep working. I also haven't seen any preview of Rolldown, if it's available we I would be curious to do some initial checks.