Supporting esbuild-plugin-pipe
#733
AndrewLeedham
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
I'm definitely open to this. Bit annoying we have to integrate with a custom solution rather than something official but it shouldn't really cause any harm I guess? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
One of the snags I ran in to when adding
esbuild
options to the Vanilla Extract plugins wasesbuild
's lack of piping/chaining transforms. Meaning the.css.ts
files could not be transformed as thevanillaExtractFileScopePlugin
handles the loading and subsequent plugins would not be called: #668 (comment)I think I have found a solution in the form of
esbuild-plugin-pipe
as plugins that support it will pass the loaded output on to the next, allowing piping/chaining.Would support for this be considered as part of
vanilla-extract
?Beta Was this translation helpful? Give feedback.
All reactions