Description
Griffel is a powerful styling solution, and it works seamlessly with modern build tools. However, while rsbuild and rspack are becoming increasingly popular as webpack-compatible tools, there is no documentation or guidance on how to enable CSS extraction when using these tools with Griffel.
CSS extraction is a crucial feature for production builds, where styles are typically separated into standalone .css files for better performance and caching.
Expected Behavior
- Clear instructions or built-in support to enable CSS extraction with rsbuild/rspack in projects using Griffel.