Uh oh!
There was an error while loading. Please reload this page.
Fix mini-css-extract-plugin warnings - #6791
Conversation
Fix order warnings for CSS modules
This pull request has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs. |
bugzpodder
commented
Jun 19, 2019
#5372 |
piyushchauhan2011
commented
Jul 11, 2019
Hmm, I think everyone is waiting for this PR webpack/mini-css-extract-plugin#422 |
feonit
commented
Aug 26, 2019
How we can enable that "ignoreOrder" property in CRA? |
TCezarRod
commented
Sep 11, 2019
That PR has been merged and released in v0.8.0 of mini-css-extract-plugin |
Please can somebody look into this? It's currently breaking our CI build as it's warnings are exiting with an error code |
sammckay10
commented
Oct 22, 2020
Any news on this? I've been having the issue since slowly moving some components from regular SCSS to SCSS modules. I can make it work with ignoreOrder after ejecting CRA but that's not ideal. |
Hello!
I'm proposing this change to fix
Conflicting order betweenerrors coming frommini-css-extract-plugin. It seems like these warnings are pointless when using CSS moduleswebpack/mini-css-extract-plugin#250 (comment)