Skip to content

How to investigate/resolve a webpack configuration error? #6943

Answered by cexbrayat
horuskol asked this question in Q&A
Discussion options

You must be logged in to vote

This would make sense as https://www.npmjs.com/package/mini-css-extract-plugin was released 15h ago, and has a breaking change in its packaging that seems to affect a lot of people webpack-contrib/mini-css-extract-plugin#896

As a temporary workaround, add

"resolutions": {
    "mini-css-extract-plugin": "~2.4.5"
  }

to your project

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@horuskol
Comment options

Comment options

You must be logged in to vote
3 replies
@50l3r
Comment options

@horuskol
Comment options

@50l3r
Comment options

Answer selected by horuskol
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants