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'd like to avoid modifying source to satisfy a build processes though. I'm also a little confused why onLoad is called for items flagged external regardless...
The text was updated successfully, but these errors were encountered:
Is there a way to use esbuild-plugin-svgr for svgs imported in js while having css urls passed through to a specified esbuild loader like dataurl?
As a work around, I added this chunk to the plugin's onLoad:
...and appended ?data to my .css svg paths.
I'd like to avoid modifying source to satisfy a build processes though. I'm also a little confused why onLoad is called for items flagged external regardless...
The text was updated successfully, but these errors were encountered: