Skip to content

robinloeffel/svelte-define-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

svelte-define-config

version on npm weekly downloads on npm sveltekit peer dep license

Provide a defineConfig function for Svelte and SvelteKit. πŸ‘€

Basically just wraps the types coming from @sveltejs/kit around a function.

Usage

npm i svelte-define-config -D
// svelte.config.js
import { defineConfig } from 'svelte-define-config';

export default defineConfig({
  // your config here
});

Anything else?

No, there's nothing more to it. That's all there is. Go nuts, champ!

License

MIT

About

Provide a defineConfig function for Svelte and SvelteKit. πŸ‘€

Resources

Stars

Watchers

Forks

Contributors