web-infra-dev / rspack

The fast Rust-based web bundler with webpack-compatible API 🦀️
https://rspack.dev
MIT License
8.16k stars 485 forks source link

improve `experiments.css` support #5340

Open ahabhgk opened 5 months ago

ahabhgk commented 5 months ago

Also see https://github.com/webpack/webpack/issues/14893

If you want to implement features that missing in both webpack and Rspack, we encourage you also contribute it back to webpack.

sgarfinkel commented 5 months ago

Is it possible to also get inlining support like vite has via a resource query ?inline?

hardfist commented 5 months ago

Is it possible to also get inlining support like vite has via a resource query ?inline?

you can support this by custom rule or use rsbuild https://rsbuild.dev/guide/optimization/inline-assets#force-inlining

stale[bot] commented 2 months ago

This issue has been automatically marked as stale because it has not had recent activity. If this issue is still affecting you, please leave any comment (for example, "bump"). We are sorry that we haven't been able to prioritize it yet. If you have any new additional information, please include it with your comment!

ahabhgk commented 1 month ago

support image-set() in https://github.com/web-infra-dev/rspack/pull/6594