[swc-angular-plugin] styleUrls
is stripped, but not styles
#498
Labels
enhancement
New feature or request
styleUrls
is stripped, but not styles
#498
Looks like the plugin transforms
styleUrls
rather than processing the styles, that makes sense as a perf optimisation. I think it should also remove anystyles
defined at the component level, just to behave in a more consistent way. This would also fix the issues I'm seeing because inlined SASS isn't transformed.I noticed that there might be some changes coming to style handing in #410, but if that is going to be configurable, I think it would still make sense for this behaviour to be consistent.
The text was updated successfully, but these errors were encountered: