We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 481a169 commit 9058f74Copy full SHA for 9058f74
README.md
@@ -31,6 +31,19 @@ yarn && yarn dev && yarn prod
31
}
32
33
```
34
+### UPDATE
35
+This was fixed in v4.12.1 as described [here](https://github.com/webpack/webpack/issues/7094#issuecomment-399740371). However,
36
+the issue broke again in the next minor release (v4.13.0). I pushed a branch
37
+([webpack-v4.13.0-bad](https://github.com/brycehill/webpack-css-order/tree/webpack-v4.13.0-bad)) to demonstrate that:
38
+
39
+```
40
+git checkout webpack-v4.13.0-bad
41
+yarn && yarn dev && yarn prod
42
43
44
+And you will see that the css order differs between the dev and prod builds.
45
46
+---
47
48
I can mitigate this by:
49
0 commit comments