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
Describe the bug
I've been struggling with windicss not producing styles for my lang="pug" Vue SFCs in my components library. Manually adding the WindiCSS({ extract: [PugExtractor], }), didn't help. But then I looked through the extractor code and saw the dynamic require of pug. This lead me to try to remove "type="module" line in my package.json and all the styles got generated just fine.
Describe the bug
I've been struggling with windicss not producing styles for my lang="pug" Vue SFCs in my components library. Manually adding the
WindiCSS({ extract: [PugExtractor], }),
didn't help. But then I looked through the extractor code and saw the dynamic require of pug. This lead me to try to remove"type="module"
line in my package.json and all the styles got generated just fine.Actual repo
https://github.com/DeFUCC/gun-vue/tree/master/components
Versions
Additonal Context
The text was updated successfully, but these errors were encountered: