Unminified CSS options. #65
-
Hello, first of all thanks for the plugin, is a bless. Now I got a very specific use case where I need to compile unminified CSS, the thing is the plugin adds a comment at the top of the generated CSS with this: I wonder if anyone knows how this behavior can be changed? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi Esteban, I don't think avoiding those comments is possible. They are put there by |
Beta Was this translation helpful? Give feedback.
Hi Esteban, I don't think avoiding those comments is possible. They are put there by
esbuild
. Since v2.2 the plugin doesn't use namespaces anymore so those filenames should be relative rather than absolute but if you really need to get rid of them I am afraid the only solution is to post process your output