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 monorepo which contains all my business apps, I am using module federation and Rsbuild to let my business apps to import each other. However, I have encountered the issue that the unocss not working properly. For example, when I set the A app as the consumer, and set the B app as the provider. The CSS style in the B app will not be generated. Currently, my approach is to use the unocss with CLI which will scan all the monorepo to generate the uno.css file in time. But I would like to know if there is a more elegant way to avoid this issue.
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 monorepo which contains all my business apps, I am using module federation and Rsbuild to let my business apps to import each other. However, I have encountered the issue that the unocss not working properly. For example, when I set the A app as the consumer, and set the B app as the provider. The CSS style in the B app will not be generated. Currently, my approach is to use the unocss with CLI which will scan all the monorepo to generate the uno.css file in time. But I would like to know if there is a more elegant way to avoid this issue.
Beta Was this translation helpful? Give feedback.
All reactions