Skip to content

Commit 9058f74

Browse files
author
Bryce Hill
committed
Add update to readme
1 parent 481a169 commit 9058f74

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,19 @@ yarn && yarn dev && yarn prod
3131
}
3232

3333
```
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+
---
3447

3548
I can mitigate this by:
3649

0 commit comments

Comments
 (0)