You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
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