-
Notifications
You must be signed in to change notification settings - Fork 334
Migrate Storybook to Vite #13264
Copy link
Copy link
Closed as not planned
Labels
QA/dev-automationIssues that engineers have written automation around so QA doesn't have look at thisIssues that engineers have written automation around so QA doesn't have look at thisarea/engineeringVue 3, linting, CI, release processVue 3, linting, CI, release processarea/storybookkind/tech-debtTechnical debtTechnical debt
Milestone
Metadata
Metadata
Assignees
Labels
QA/dev-automationIssues that engineers have written automation around so QA doesn't have look at thisIssues that engineers have written automation around so QA doesn't have look at thisarea/engineeringVue 3, linting, CI, release processVue 3, linting, CI, release processarea/storybookkind/tech-debtTechnical debtTechnical debt
Type
Fields
Give feedbackNo fields configured for issues without a type.
Description
As no library for VueCLI is anymore around, migrate to Vite provided dependency and correct import issues for Storybook.
Context
Details TBD
NOTE: Vue Webpack 5 is deprecated
Storybook can also be migrated to Vite and speed up a lot of development time, as explained in their article.
It should be possible to update it independently if imported as a library.
Development time will be way faster: Storybook run and up in 18s, with Vite it will be without waiting time.