Implement Vite as the Default Builder for Storybook Angular #26900
Closed
codexshell
started this conversation in
Ideas
Replies: 1 comment
-
Duplicate of #22544 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is your feature request related to a problem? Please describe.
Yes, the current default builder for Storybook Angular, Webpack, can sometimes be slow and less efficient, especially during the development phase. This can lead to longer build times and a less streamlined developer experience.
Describe the solution you'd like
I propose that Vite be adopted as the default builder for Storybook Angular. Vite is known for its fast cold start, rapid HMR (Hot Module Replacement), and overall faster build times, which could significantly improve the development workflow.
Describe alternatives you've considered
An alternative would be to optimize the current Webpack configuration for better performance. However, this may not yield the same level of improvement as switching to Vite, given Vite’s architectural advantages.
Are you able to assist to bring the feature to reality?
no
Additional context
The Angular community has shown a growing interest in Vite, and integrating it with Storybook Angular could align with the community’s move towards more efficient tooling. This change could also encourage contributions from developers who prefer working with Vite.
Beta Was this translation helpful? Give feedback.
All reactions