-
Notifications
You must be signed in to change notification settings - Fork 31
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
Disable Critters #849
Comments
@StirStudios Critters should be easy to disable via https://nuxt-speedkit.grabarzundpartner.dev/v3/guide/options#disablenuxtcritters |
@ThornWalli so sorry I missed that and wasting your time responding! Just tested and it works perfectly and we are still getting 100 lighthouse score. Keep up the great work! |
Hello @StirStudios , I have made another modifications... But now there is a greater modification. But this also means that with the use of Would be happy about a feedback from your side 🙂 #856 856 |
Hello @ThornWalli, Thanks so much for keeping us posted on progress! We updated to Nuxt 3.7.2 and set
Just in case we deleted node_modules and ran Any ideas? |
@StirStudios I'll take a look! Now with Critters again? 🙃 |
@StirStudios I have now updated and understood that I have to be careful with critters.
|
@ThornWalli just wanting to check something is not broken on my end: "scripts": { I am always getting this now:
Nuxt config:
Any ideas? |
@StirStudios Gave another update 🙃 Had incorrectly retrieved the option. |
mmm still getting the same error even with a node_modules purge. Nuxt Config: Complete error:
|
I'm ashamed to say I forgot something else. Not noticeable if property is included in the nuxt.config. The next release should work. https://github.com/GrabarzUndPartner/nuxt-speedkit/actions/runs/6175208685 |
No worries, this is a great module and glad I can help test and fix. This time it does work, I now only get a warning:
|
I get the message too, from time to time even from other plugins... Watch this, came with the latest Nuxt version. |
Good too know, it is only a warning so assume it will get fixed with a Nuxt update! Keep up the great work and always happy to help. |
Could a feature be added to disable critters?
We've been testing on a website that uses color mode switching, but we're having trouble getting it to recognize the modes and remove non-critical elements.
Currently, we're using Nuxt Purge with the following settings, and color modes are functioning properly:
When we include Nuxt Speed Kit, our Lighthouse score improves to 100 in all aspects, which is excellent. However, it disrupts the color mode.
Since your module includes critters, we have attempted to assign importance to the selectors:
But absolutely no luck.
The text was updated successfully, but these errors were encountered: