Solutionunvalidated
Update the Rspack configuration to use the proper SCSS/CSS loader pipeline for CSS Modules (css-loader with modules enabled + correct integration of sass-loader) and ensure styles are injected/emitted (via the correct style-loader setup) so the compiled CSS is present and applied.
28d5625e-81fa-414c-b41a-5455efb470ce
Update the Rspack configuration to use the proper SCSS/CSS loader pipeline for CSS Modules (css-loader with modules enabled + correct integration of sass-loader) and ensure styles are injected/emitted (via the correct style-loader setup) so the compiled CSS is present and applied.