You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So far so good, the last thing preventing us to close this issue is storybook 7 (still in beta), which is meant to get rid of webpack completely.
The storybook library currently has been locked to some version to prevent react-router-dom version conflicting (5 vs 6) with the existing one in this repo. So the upgrading may not be easy.
Another annoying thing is we cannot turn off packages hoisting in https://github.com/netless-io/flat/blob/main/.npmrc#L2 because electron-builder does not support evaluating symlinks in file system (which is created by pnpm). Maybe @BlackHole1 could look into this in some day.
The current flat sub-project uses a different build tool:
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
buildsThe 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
The text was updated successfully, but these errors were encountered: