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
Without this plugin, the emitted module is export default "/path/to/image", which is the fallback for any file.
My suspicion is that the plugin resolves the SVG image in the same way and therefore receives no valid SVG as input. It would also be great if the plugin would print a warning in this case.
The text was updated successfully, but these errors were encountered:
When using the plugin in the Svelte (Rollup) config, this is what the generated code file will look like with default settings:
And when using raw:
Without this plugin, the emitted module is
export default "/path/to/image"
, which is the fallback for any file.My suspicion is that the plugin resolves the SVG image in the same way and therefore receives no valid SVG as input. It would also be great if the plugin would print a warning in this case.
The text was updated successfully, but these errors were encountered: