18 Commits

Author SHA1 Message Date
Ian VanSchooten
393a12aac3 Use explicit type imports 2022-10-27 19:33:39 -04:00
Tom Coleman
5bce63b987 Add renderer field to preset and use in v6 entries 2022-10-24 16:23:33 +11:00
Michael Shilman
e82376f8f8 Frameworks: Don't re-export renderer types from frameworks 2022-10-17 19:27:32 +08:00
Ian VanSchooten
104123625d Merge remote-tracking branch 'origin/next' into vite/framework-plugins
# Conflicts:
#	code/frameworks/react-vite/package.json
#	code/frameworks/vue3-vite/package.json
2022-09-27 15:43:18 -04:00
Ian VanSchooten
b81a5b1261 Add vue vite plugin if not found 2022-09-26 09:09:05 -04:00
Ian VanSchooten
e5054c27e9 Export storybook utilities for builder from frameworks 2022-09-19 16:11:25 -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
119a2d45f1 Use consistent vite plugin names
This will make them easier to understand in debug logs, for instance.
2022-09-01 16:02:57 -04: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
0cb5f7c7f1 Clean up unneeded dependencies and files in vite frameworks 2022-08-29 06:41:12 -04:00
Michael Shilman
1e20308330 Vite: Delete core-vite and cursory first cut at types 2022-08-25 21:41:09 +08:00
Ian VanSchooten
149342f571 Fix DeepScan issues 2022-08-24 22:35:59 -04:00
Ian VanSchooten
abf5c991fd Revert "Remove vue3-vite"
This reverts commit de738d4fce0f9abecc41ab075dab14daab8d71de.
2022-08-24 22:32:41 -04:00
Ian VanSchooten
de738d4fce Remove vue3-vite
We'll re-add it later, trying to get react working and mergable for now.
2022-08-24 14:55:39 -04:00
Michael Shilman
69d62e4057 Fix linting errors, take two 2022-08-22 22:56:15 +08:00
Michael Shilman
1eb6339092 Vue3-vite: Fix bad config merge 2022-08-22 10:35:32 +08:00
Michael Shilman
3a991b4b85 Add vue3-vite framework and repro template 2022-08-18 01:41:17 +08:00