We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
d761f08
There was an error while loading. Please reload this page.
Features
Fixes
.svelte-kit
5d51553
Initial release.
Usage
// svelte.config.js import { global } from "svelte-preprocess-global"; /** @type {import('@sveltejs/kit').Config} */ const config = { preprocess: [global()], }; export default config;