Skip to content

Commit e50f5e7

Browse files
committed
Updated README pointing with fix/tag and additional info
1 parent c6e69ed commit e50f5e7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# mini-css-extract-plugin-contenthash
22

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+
313
Displays the issue with contenthash in webpack plugin
414

515
- Run `yarn build` or `npm run build`

0 commit comments

Comments
 (0)