A SWC plugin to use CSS Modules. Instead of creating an object, the plugin injects the css class names directly into the js code. This allows to reduce the size of the bundle.
Update 2025.11.27: Major refactoring into modular architecture (Module A/B/C/D) with unified interface and comprehensive benchmark suite. Update 2025.06.25: Added ...