-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[mini-css-extract-plugin]: Conflicting order #5992
Comments
This is interesting. I'm curious as to how bad these conflicts still exist after the mdx plugin is upgraded. |
How could I solve this problem? Guide me @leecalcote . |
Will installing this plugin solves the issue gatsby-plugin-loadable-components-ssr? |
i want to work on this issue |
Thank you all @miacycle, @hustlernik, and @Aryam2121 for your interest in this issue! I'm currently looking into it. @hustlernik, your suggestions regarding I’ll update you all soon. Thanks again for your enthusiasm and support! |
@miacycle i wonder if this is related to mdx plugin . Thoug the mdx plugin is not updated but soon it will be ,there is a pr for that. |
ok |
@sudhanshutech, Ig we're already using it. |
great, then it would be good if we found the root cause for this warnings . @hustlernik @Ashparshp @Aryam2121 are you ready to do so? |
yes |
@sudhanshutech Yes, I am ready to take it up, searching for the root cause. |
Description
The recent upgrade to Gatsby v5 has left many build warnings, particularly those of conflicting CSS, like in the example below.
Expected Behavior
Ideally, each of these warnings are eliminated. This issue can be addressed over the course of a few pull requests.
Implementation
The
gatsby-plugin-loadable-components-ssr
plugin is not used, but should be investigated for use. This plugin can be helpful in optimizing how components (and their associated CSS) are loaded, which can sometimes resolve or reduce CSS ordering conflicts.Screenshots/Logs
Here is an example of build warnings:
Contributor Resources and Handbook
The layer5.io website uses Gatsby, React, and GitHub Pages. Site content is found under the
master
branch.Join the Layer5 Community by submitting your community member form.
The text was updated successfully, but these errors were encountered: