-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OHRM5X-959: Vite migration #670
Conversation
OXD V2 HighlightsMigrate from vue-cli to create-vueDue to Migrate from Storybook 6.X to 7.XStorybook 7X is now powered with vite and currently in public beta. Migrate from Jest to Vitest as unit test runnerVitest with vue test utils are the latest recommended unit test tools Type CheckWorkflow added for type checking. ESM Build// pending New folder structure1.X Folder structure
2.X Proposed structure
|
f1be0ca
to
f75d514
Compare
Currently static assets are bundled together in js/css. this behaviour is not ideal due to large file size of resultant builds. Waiting for vitejs/vite#9734 |
4679a98
to
a56239b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shall we check how to handle license in the build
Checklist