The namespace of the element e.g., 'mathml', 'svg', 'foreign'. Any imports from svelte or svelte/ will be modified accordingly. By default, this is true.Ī string used for your JavaScript sourcemap. Use an object with js or css for more granular control of sourcemap generation.
If true, Svelte generate sourcemaps for components. This is usually the preprocessor sourcemap. If true, whitespace inside and between elements is kept as you typed it, rather than removed or collapsed to a single space where possible.Īn initial sourcemap that will be merged into the final output sourcemap. If true, your HTML comments will be preserved during server-side rendering.
This is useful to prevent infinite loops. Store = Ī number that tells Svelte to break the loop if it blocks the thread for more than loopGuardTimeout ms.