-
Notifications
You must be signed in to change notification settings - Fork 188
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
850 feature request migrate to vite #882
Conversation
Remove barrel imports
vite migration
@rphlmr I found an issue.
However its actually the You can check this repo: https://github.com/tordans/berlin-bikenetwork-monitoring/blob/main/package.json. They are not using vite, but he is using |
@DonKoko I pushed a fix. I hope it solves the issue on staging env |
Something I noticed when I was testing an un-related task. So after some testing and switching between branches, i realized that if I dont run Was there something related to vite that required this update? P.S. I have temporarily removed vite from staging app so we can test some other features. |
Thanks for sharing. |
@rphlmr yeah i tried setting Dropdown dependency back to the prev version, but indeed the import was then broken. So we have to figure out a bit more about this. Glad we left vite in testapp for some more time. This is such a specific case, finding it was honestly kinda tricky and just got lucky. |
Migrating shelf to Vite thanks to @rphlmr
Most files changed are cleanup to make Vite work.
We have completely removed barrel imports as they don't work with Vite.
Moreover relevant changes are:
vite.config