Replies: 1 comment
-
@StaRenn The CssChunkingPlugin supports SCSS, but the related issue (#11148) may be caused by an incorrect module order index. Since the plugin internally relies on this data, the functionality ends up being ineffective. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We have an issue in our project where during production builds, styles don't maintain their order, resulting in styles being overwritten by styles that they themselves should have overwritten.
I tried using CssChunkingPlugin but it seems like it works exclusively for CSS and ignores SCSS. Is there support for SCSS files?
I also think this issue is related to Rspack itself, because with Webpack such problems were solved by the order of imports. Now, even with the correct import order, styles still get mixed up. I'll try to create repro in the near future.
P.S. Related issue #11148
Beta Was this translation helpful? Give feedback.
All reactions