Configuration with tsup #71
Unanswered
AndrewJSchoen
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a turbo mono-repo setup that uses
tsup
for the libraries in mypackages
folder. While thevite
-based "apps" automatically handle css modules, the same isn't true for the packages. After looking around in the tsup repo, it seems like there isn't a clear solution yet for implementingesbuild
css modules, but this plugin came up.Are there any pointers for getting css modules working in a mono-repo setup like this? Since I am not an expert in these configurations, any and all help would be appreciated! Thanks!
Beta Was this translation helpful? Give feedback.
All reactions