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
I have a pnpm monorepo with some already preprocessed components thanks to svelte-kit package sitting in packages/components/package. My app located in packages/site imports these components ("@my-app/components": "workspace:^0.0.1",) that don't need preprocessing and also preprocesses through them. So in my context, Windicss adds styles twice - not a showstopper, but I'd like to optimize and not make this svelte-preprocess, MDSvex, and Windi have to run through my already preprocessed components. Any ideas on how to do such?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a pnpm monorepo with some already preprocessed components thanks to
svelte-kit package
sitting inpackages/components/package
. My app located inpackages/site
imports these components ("@my-app/components": "workspace:^0.0.1",) that don't need preprocessing and also preprocesses through them. So in my context, Windicss adds styles twice - not a showstopper, but I'd like to optimize and not make this svelte-preprocess, MDSvex, and Windi have to run through my already preprocessed components. Any ideas on how to do such?Beta Was this translation helpful? Give feedback.
All reactions