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 just checked the minified output code of an application i developed using this plugin. Comes out that, unlike spaces, none of the tab characters within CSS template literals get omitted during minification.
As an example, the following styled components occurring in my project's code
@HoraceSupertramp thank you for the report.
I'm sorry I missed your message first, it just got to my attention.
It's been fixed now and released in 1.4.4
I just checked the minified output code of an application i developed using this plugin. Comes out that, unlike spaces, none of the tab characters within CSS template literals get omitted during minification.
As an example, the following styled components occurring in my project's code
gets compiled into
leaving those tabs behind. Isn't it supposed to remove those too?
Thank you in advance.
The text was updated successfully, but these errors were encountered: