-
Notifications
You must be signed in to change notification settings - Fork 85
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
bug: fails to find bestMatch
under some situations
#222
Comments
hmm okay. Ill re-sync with mini-css |
So the version in your repo you made was an older one. Either way im not able to replicate this Are you sure youre using the latest copy? These projects are nearly the same at the moment |
this syncs it with mini-css and my performance improvement made (currently open pr) |
perhaps rm -rf node_moduels, yarn cache clean, yarn --force |
Positive! See the |
I went ahead and explicitly upgraded the package to remove doubts: |
|
(Remove WalletRoutes after fix faceyspacey/extract-css-chunks-webpack-plugin#222)
Any plans to solve this problem? |
The same problem for us. For now we downgrade to the version [email protected] and works good for now. |
Is anyone willing to open a PR if they have found the exact issue? @Timer is there anything I need to do on my side to patch this? |
@ScriptedAlchemy we no longer use this plugin in Next.js, so I'm not sure. The users who ran into this issue might know if it still reproduces: |
Booooo! Haha all good. I’m maintaining mini-css more than this. Since I merged my hmr capabilities in, I only use this repo to test prereleases of mini css |
please any news about this? because i still stuck on this issue |
bestMatch
is not always located before this branch is triggered.As a result, there's a
Cannot read property 'pop' of undefined
error fired.Here's a really small project that reproduces the issue:
https://github.com/Timer/extract-css-chunks-webpack-plugin-bug
This same exact input works with
mini-css-extract-plugin
, so it might be worth finding where logic diverges!Node: v12.14.1
extract-css-chunks-webpack-plugin
: 4.7.4The text was updated successfully, but these errors were encountered: