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
Despite the docs mention to Don't forget to add paths to pages and components that are not part the common folders (e.g. third party packages), I don't know where and how :-)
I am trying to purge unused styles from PrimeVue and PrimeFlex libraries it if matters.
In default state, nuxt-purgecss deletes almost everything. I suppose I need to append PrimeVue and PrimeFlex packages to PurgeCSS content settings...
Despite the docs mention to Don't forget to add paths to pages and components that are not part the common folders (e.g. third party packages), I don't know where and how :-)
I am trying to purge unused styles from PrimeVue and PrimeFlex libraries it if matters.
In default state, nuxt-purgecss deletes almost everything. I suppose I need to append PrimeVue and PrimeFlex packages to PurgeCSS
content
settings...I tried in the
nuxt.config.ts
almost everything instead of
...???...
, e.g.node_modules/primevue/**/*.{vue,jsx?,tsx?}
,primevue/**/*.{vue,jsx?,tsx?}
, etc.Safelisting is not an option, because PrimeFlex nor PrimeVue has no common CSS classes prefix like Vuetify, etc.
The text was updated successfully, but these errors were encountered: