svelte-define-config
TypeScript icon, indicating that this package has built-in type declarations

1.0.0Β β€’Β PublicΒ β€’Β Published

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

Package Sidebar

Install

npm i svelte-define-config

Weekly Downloads

8

Version

1.0.0

License

MIT

Unpacked Size

1.96 kB

Total Files

4

Last publish

Collaborators

  • rbnlffl