unjs / unplugin

Unified plugin system for Vite, Rollup, Webpack, esbuild, Rolldown, and more
https://unplugin.unjs.io
MIT License
3.02k stars 109 forks source link

Support Turbopack #302

Open antfu opened 1 year ago

antfu commented 1 year ago

I think the main blocker here is that Turbopack doesn't support a flexible enough plugin system that can fit the feature parity of unplugin. We will keep an eye on it but I think it might not happen very soon.

Originally posted by @antfu in https://github.com/unjs/unplugin/issues/43#issuecomment-1497563695

soluml commented 3 months ago

Curious if there's been any progress here? With Next 15 on the horizon, I'd love to leverage Turbopack but would hate to lose access to Unplugin Icons.

Looking at the Turbopack docs, I'm not seeing much movement in terms of a plugin system unfortunately.