Commit 3da3dfc
Fix server bundle to properly filter Rspack CSS extract loader
The server config was only checking for 'mini-css-extract-plugin' but
Rspack uses 'cssExtractLoader.js'. This caused the CSS extract loader
to remain in the server bundle, which breaks CSS modules exports in SSR.
Added check for 'cssExtractLoader' to properly remove it from server
bundle, ensuring CSS modules work correctly in server-side rendering.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 28014b2 commit 3da3dfc
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
0 commit comments