-
-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v3 #197
Conversation
08fb497
to
d7e5948
Compare
Deprecated: node@6 webpack@2 webpack@3
mini-css-extract-plugin reports additional, incorrect information for files that are refenced in CSS. The first time we see the file the `module.userRequest` is correct, and we add to `moduleAssets` correctly. However mini-css-extract-plugin then also reports the same `file` but with `module.userRequest` set to the CSS file that references it, which caused us to overwrite the good value in `moduleAssets`. See the change in mini-css-extract-plugin that caused this webpack-contrib/mini-css-extract-plugin#177 fixes #167
Codecov Report
@@ Coverage Diff @@
## master #197 +/- ##
=========================================
Coverage ? 99.06%
=========================================
Files ? 2
Lines ? 107
Branches ? 22
=========================================
Hits ? 106
Misses ? 1
Partials ? 0
Continue to review full report at Codecov.
|
Webpack 5: Add "ids" to the retrieved JSON stats
The Replacing |
Closing for now, will take a look at the branch when we're ready to go that route. Please see #222 for more info. |
closes #195
fixes #167