You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 18, 2021. It is now read-only.
Using Nuxt, in my final CSS I have an additional copy of all global styles for every component added to the <head>. For example, the following CSS could easily be repeated 10-20x:
I'm not sure how easy it is to solve this with the current setup. This package is a webpack loader and only has the ability to transform loaded files.
I'm working on a webpack-plugin version that provides a virtual module css dependency that will handle the duplication and caching correctly, similar to the vite-plugin.
I'd recommend only using this package in development for now, unless you have a solution to resolve this duplication.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Using Nuxt, in my final CSS I have an additional copy of all global styles for every component added to the
<head>
. For example, the following CSS could easily be repeated 10-20x:The text was updated successfully, but these errors were encountered: