Replies: 1 comment
-
Currently I have a fork of the plugin that does this, let me know if you want the change upstreamed 😄 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The esbuild plugin does a peculiar thing of appending the entire base64 source for the virtual CSS imports. The problem is that this causes a ton of noise, both in the sourcemap, and when esbuild throws an error.
Is there any way we can get around this? I think we can just have a map object that stores filename -> CSS source, and then rewrite the imports to those filename instead.
Beta Was this translation helpful? Give feedback.
All reactions