-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Closed
nuxt/framework
#8278Description
We now have styles inlined in the page (nuxt/framework#7160), and we've switched the global CSS file to a non-blocking prefetch. However, the vite preloader does still add these styles to the page, and we can probably avoid this (or have an option to avoid this).
Note: this may be unfeasible as entry.css may include more CSS than is inlined in the page, and be necessary for subsequent navigation. See #14943 for example.
Reactions are currently unavailable