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
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
1
# mini-css-extract-plugin-contenthash
2
2
3
+
## **Update:**
4
+
5
+
This has been fixed in [#284](https://github.com/webpack-contrib/mini-css-extract-plugin/pull/284) and it's available in [v.0.4.4](https://github.com/webpack-contrib/mini-css-extract-plugin/releases/tag/v0.4.4) 🎉
6
+
7
+
**NOTE:** This same issue happens with javascript in webpack as of this writing (v.4.20.2), but can be solved by adding both `NamedChunksPlugin` and `HashedModuleIdsPlugin`.
8
+
9
+
Happy Building!
10
+
11
+
---
12
+
3
13
Displays the issue with contenthash in webpack plugin
0 commit comments