Replies: 1 comment 1 reply
-
|
Can you take a look at this - #20978, is it fit for you? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
In our repo we currently have a LOT of warnings
We suppress these warnings since we do use CSS modules and very rarely pass the classnames between components..
However, we do that sometimes, it actually triggered a bug when we changed from mini-css-extract-plugin to builtin css support and the order changed.
Thus a question - is it possible via some compiler hook or could it be added as a builtin config flag - to have specific deterministic order, that ignores the import order and instead orders the output by, for example, filename. Split chunks changing could still end up with non-deterministic output, but it should be way less likely.
Beta Was this translation helpful? Give feedback.
All reactions