-
Notifications
You must be signed in to change notification settings - Fork 91
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
fix: change style plugin prefix for nuxt #328
fix: change style plugin prefix for nuxt #328
Conversation
d91b362
to
678cec2
Compare
After testing, this change successfully resolves the issue of stuck loading and adds support for inline styles via SSR. I am currently investigating the cause of the sourcemap warning during server build start. |
What's going on with this? @franz-bendezu |
Fixing this will help everyone who uses Nuxt. Please help🙏 |
I have seen more changes in the repository and I have not had time these months, on the weekend I will review it in detail |
Thanks boss, appreciate you! |
Any updates regarding this? |
@KaelWD @johnleider Apologies for bothering you about this, but any idea when this can be reviewed and possibly merged? |
Changes
This pull request addresses the issue mentioned in #313 by making a specific and focused change to the plugin. The primary modification involves updating the prefix to resolve the sourcemap and Nuxt loading issues.
Objectives
Context
The original pull request #313 aimed to achieve multiple objectives, but feedback from the maintainers highlighted the need for a more focused change. This new pull request isolates the modification to the prefix, aiming to keep the scope concise and targeted.
Related Issues