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
This is a problem. We don't guarantee order of chunks and if your CSS depends on cross-module order that won't work. I'm not aware of any simple fix to that. Do not rely on CSS rules order between modules. Sorry for delay
@alexander-akait are you saying that you don't guarantee order of chunks under any circumstance - i.e. you're saying that it's just luck that it's currently working for me even when not setting maxSize?
Expected Behavior
You should be able to set
optimization.splitChunks.maxSize
to limit the size of chunks.Actual Behavior
Setting
optimization.splitChunks.maxSize
messes up the order that css is loaded on the page.Code
Having the following in webpack.config.js will cause mis-ordering in some situations.
How Do We Reproduce?
Smallest example I can come up with: https://github.com/tstibbs/mini-css-extract-bug
The text was updated successfully, but these errors were encountered: