1
0
mirror of https://github.com/storybookjs/storybook.git synced 2025-04-05 01:51:07 +08:00

9 Commits

Author SHA1 Message Date
Ian VanSchooten
d93bbe758d Support runStep in Vite builder SSv6 2022-09-22 17:52:00 -04:00
Ian VanSchooten
7da06e40f5 We always have addArgs and addArgTypes now
Previously, we didn't have any guarantee which version of storybook the builder was being used with.
Now that it's in the monorepo, it'll be versioned together with the rest of storybook.
2022-09-22 17:51:09 -04:00
Tom Coleman
3c7b5a787b Stop using previewEntries.
Switch `config` and `previewAnnotations`, and warn on the former.
2022-09-12 17:17:50 +10:00
Tom Coleman
1335697e9b No longer handle previewEntries in the vite builder. 2022-09-09 15:58:59 +10:00
Ian VanSchooten
0aca22eb32 Extract getFrameworkName to core-common 2022-08-31 08:24:45 -04:00
Ian VanSchooten
872b1dfc05 Fix framework option checks 2022-08-31 08:24:45 -04:00
Michael Shilman
f1481d1584 Builder-vite: Add support for previewEntries preset 2022-08-24 11:26:25 +08:00
Michael Shilman
01e3663b76 Vite core, react, and example app (WIP) 2022-08-14 11:50:22 +08:00
Ian VanSchooten
b3c1f81785 Move builder-vite files into monorepo
They're copied mostly straight, as-is from their old versions.  Adjustments will
be made in subsequent commits.
2022-08-12 23:25:36 -04:00