31 Commits

Author SHA1 Message Date
Ben McCann
edad6bcd61
Update preset.ts 2023-02-06 09:31:48 -08:00
Ben McCann
167056a3ad
use vite-plugin-svelte by default again 2023-02-06 09:06:23 -08:00
Ben McCann
2a2cc2b26b
fix: remove unused import 2023-02-05 14:30:29 -08:00
Ben McCann
5f0da62d05
fix: remove unnecessary stuff from Svelte plugin 2023-02-05 14:21:15 -08:00
Ian VanSchooten
85eef1ca77 Fix vite framework preset types 2023-01-16 22:34:02 -05:00
Ian VanSchooten
1147d8077d Merge remote-tracking branch 'origin/next' into vite/peer-dep
# Conflicts:
#	code/frameworks/sveltekit/package.json
#	code/yarn.lock
2022-12-16 07:52:44 -05:00
Ian VanSchooten
c3f8a4c498 Ignore svelte plugin from eslint
https://github.com/sveltejs/vite-plugin-svelte/issues/552
2022-12-15 21:22:26 -05:00
Jeppe Reinhold
523fcc4ea9 remove duplicate addon-svelte-csf logic 2022-12-15 00:54:18 +01:00
Jeppe Reinhold
497ff7ce44 support async Vite plugins in checkers, use new SvelteKit plugin names 2022-12-11 01:42:00 +01:00
Jeppe Reinhold
ad2232c26b svelte-vite error on sveltekit instead of warn 2022-12-08 23:19:37 +01:00
Jeppe Reinhold
412cad287f cleanup 2022-12-01 14:06:44 +01:00
Jeppe Reinhold
d82fc9e9a0 simplify SvelteKit handling in Svelte Vite 2022-12-01 10:58:17 +01:00
Jeppe Reinhold
43268fa92d cleaner SvelteKit warning 2022-12-01 00:36:53 +01:00
Jeppe Reinhold
842a153928 make svelte-kit framework more like svelte-vite 2022-11-30 23:50:57 +01:00
Jeppe Reinhold
024de34b51 initial SvelteKit framework 2022-11-30 23:00:06 +01:00
Norbert de Langen
8e3e508af4
Merge branch 'deprecate/remaining-lib-cli' into norbert/sb-799-create-a-storybooktypes 2022-10-25 13:49:02 +02:00
Tom Coleman
5bce63b987 Add renderer field to preset and use in v6 entries 2022-10-24 16:23:33 +11:00
Norbert de Langen
d1b725d385
fixes & linting 2022-10-22 17:32:14 +02:00
Jeppe Reinhold
4d4e62360a remove vite-plugin-svelte-kit when using SvelteKit setup 2022-10-18 14:25:16 +02:00
Ian VanSchooten
63f6386b9e Merge remote-tracking branch 'origin/next' into vite/svelte-docgen-options
# Conflicts:
#	code/frameworks/svelte-vite/src/preset.ts
2022-10-04 14:57:57 -04:00
Ian VanSchooten
77d28f8e7d Add svelte csf addon for svelte-native stories 2022-10-03 22:21:40 -04:00
Ian VanSchooten
aefbc7e77b Pass svelte options to docgen plugin 2022-10-03 22:09:30 -04:00
Ian VanSchooten
1b16274e36 Add svelte vite plugin if not found 2022-09-26 09:13:01 -04:00
Ian VanSchooten
8366da7a93 Clean up unused imports 2022-09-21 23:24:55 -04:00
Ian VanSchooten
d46a5c4dac Cleanup readPackageJson functions
It's only used in the react framework, and doesn't need to be exported
2022-09-21 23:15:34 -04:00
Ian VanSchooten
f85e41b505 Vite: Fix plugin types 2022-09-02 15:00:49 -04:00
Michael Shilman
d1418038d3 Vite: Fix framework typing issues with a hack 2022-09-02 23:54:15 +08:00
Ian VanSchooten
46fe3ea3fb Remove duplicate vue and svelte plugins
It's expected that the original vite.config.js should have one, and we're using that now.
2022-08-30 23:24:52 -04:00
Ian VanSchooten
5e1b062efb Do not add vite-plugin-svelte 2022-08-30 23:24:52 -04:00
Michael Shilman
07e6c81fd3 Fix typo 2022-08-26 09:37:02 +08:00
Michael Shilman
498575b299 Svelte: Add svelte-vite framework (WIP) 2022-08-22 12:40:53 +08:00