unjs / unplugin

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

fix: not include everything for rspack #354

Closed bvanjoi closed 6 months ago

bvanjoi commented 7 months ago

Now we're constrained to loading only those that come from unplugin

antfu commented 7 months ago

Do you know when rspack 0.4.0 will come out? And would the new changes still work in 0.3.0?

bvanjoi commented 7 months ago

Do you know when rspack 0.4.0 will come out

It was released last week, and version 0.4.1 is set to be released this week.

And would the new changes still work in 0.3.0?

No, the changes necessitate a minimum version of 0.4.1.

bvanjoi commented 7 months ago

It's peculiar that some CI checks have passed while others have failed. :|

bvanjoi commented 7 months ago

The latest patch includes changes:

Jungzl commented 7 months ago

👀

ClarkXia commented 6 months ago

Any progress?

Jungzl commented 6 months ago

Any progress?

You can use this patch as a workaround.

bvanjoi commented 6 months ago

friendly ping @antfu , can we proceed with this test?