If that’s not allowed, maybe we’d have to fall back to something like "Component.svelte.docgen"?
If that’s not allowed, maybe we’d have to fall back to something like "Component.svelte.docgen"?
import rawCode from './Component.svelte?raw'
And the convention says:
> modules directly derived from a real file, as in the case of a script module in a SFC don't need to follow this convention.
import rawCode from './Component.svelte?raw'
And the convention says:
> modules directly derived from a real file, as in the case of a script module in a SFC don't need to follow this convention.