-
Notifications
You must be signed in to change notification settings - Fork 834
Open
Labels
Description
The current flat sub-project uses a different build tool:
- [discussion]: desktop/main-app #1300
- webpack assign to @Cyberhan123
- [discussion]: desktop/renderer-app #1173
- webpack assign to @Cyberhan123
- web/flat-web
- vite (esbuild + rollup)
- [discussion]: vite is ready for storybook? #1143
- webpack (storybook built-in) assign to @Cyberhan123
- keep packages/flat-types build with tsc #1131
- tsc assign to @Cyberhan123
we always knew it was confusing, but the good news is that we will remain unified in the future and will all switch to vite
.
before switching to vite, we need to wait for the storybook to support vite
builds
The storybook is still being optimized and there are still some issues with storybook-builder-vite(see:
storybookjs/builder-vite#2).
When they are finished, they will be ready for migration
other sub-projects can be migrated in one step first
Mikejay1964crimx and Mikejay1964