fix: transform only local scss imports#10
Conversation
ValeraS
left a comment
There was a problem hiding this comment.
Hi! Why do you convert scss to css and continue to use scss imports from other libraries? Maybe you don't need this transformer at all.
Because external library export styles as scss |
Yes, but why are you converting your styles? It seems pointless because the user still needs to use the sccs loader to use your library. By the way, which library exports styles only as scss? |
Its internal library that does not have a style build |
TSC should not transform scss imports from external packages