Skip to content
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

Closed
wants to merge 10 commits into from
Closed

v3 #197

wants to merge 10 commits into from

Conversation

mastilver
Copy link
Contributor

@mastilver mastilver commented Sep 25, 2019

closes #195
fixes #167

mastilver and others added 3 commits September 26, 2019 14:25
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-io
Copy link

codecov-io commented Sep 26, 2019

Codecov Report

❗ No coverage uploaded for pull request base (master@41036d5). Click here to learn what that means.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #197   +/-   ##
=========================================
  Coverage          ?   99.06%           
=========================================
  Files             ?        2           
  Lines             ?      107           
  Branches          ?       22           
=========================================
  Hits              ?      106           
  Misses            ?        1           
  Partials          ?        0
Impacted Files Coverage Δ
lib/plugin.js 99.05% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 41036d5...21bc5cd. Read the comment docs.

@Lyrkan
Copy link

Lyrkan commented Oct 24, 2019

The webpack@next are now broken because of webpack/webpack#9689

Replacing sourcemap by source-map here should do the trick:

https://github.com/danethurber/webpack-manifest-plugin/blob/5715c07748a80dae583074304e306534eac1896a/spec/plugin.spec.js#L121

@shellscape
Copy link
Owner

Closing for now, will take a look at the branch when we're ready to go that route. Please see #222 for more info.

@shellscape shellscape closed this Oct 18, 2020
@shellscape shellscape deleted the next branch December 2, 2020 03:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3.0 release plan Incompatibility with the latest version of mini-css-extract-plugin (0.4.3)
6 participants