unjs / unplugin

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

Virtual module issue on Rspack #415

Closed sxzz closed 2 months ago

sxzz commented 2 months ago

Environment

@rspack/core: 1.0.3

Reproduction

https://github.com/unplugin/unplugin-vue and check the CI https://github.com/unplugin/unplugin-vue/actions/runs/10720314116/job/29726296629

Describe the bug

Seems like Rspack cannot handle multiple virtual modules, and virtual style module cannot handled by css-loader.

image

/cc @ahabhgk

Additional context

No response

Logs

No response