We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
modulepreload
First of all, thank you for making this project, it has solved the problem of duplicate css that has been bothering me for days.
I noticed that this project does not address an issue that also greatly affects Vitals, namely the large and unnecessary modulepreload entries.
Issues discussing this problem:
There was someone opened a feature request (if I understand correctly), but it was closed due to insufficient context.
I'm currently using mummybot's measures to eliminate modulepreload, which may give you some ideas: nuxt/nuxt#14584 (comment).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the feature
First of all, thank you for making this project, it has solved the problem of duplicate css that has been bothering me for days.
I noticed that this project does not address an issue that also greatly affects Vitals, namely the large and unnecessary modulepreload entries.
Issues discussing this problem:
There was someone opened a feature request (if I understand correctly), but it was closed due to insufficient context.
I'm currently using mummybot's measures to eliminate modulepreload, which may give you some ideas: nuxt/nuxt#14584 (comment).
Additional information
Final checks
The text was updated successfully, but these errors were encountered: