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 an Angular dev server using swc, this plugin solved the code transformation problem a lot.
However this plugin discards all styleUrls and replaces them with empty styles: [].
Can we have some options to preserve styles in the result, so we can use it for Angular dev server?