-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Tech: upgrade esbuild, remove watch option from options #21727
Conversation
8521493
to
f86cdff
Compare
When i start a sandbox, it doesn't give this long list of HRM updates and warnings about new dependencies optimised. I noticed 1, and added that to the array. |
How did you trigger that above? Was it during a re-compile or something? Are you saying it's not an issue now? |
@IanVS I triggered it by running It's the storybook UI's storybook. |
@shilman I'm going to merge this then, as this seems the best way forwards. |
When I try to start
yarn storybook:ui
incode
it fails with:It seems like vite is using esbuild 0.17 and we were using esbuild 0.16, and this was causing issues during local development.
I am attempting to fix.
I regenerated the lockfile, this did not help
I tried upgrading esbuild to 0.17, this solved the issue.
It seems like vite is now slower and is logging a lot:
(I didn't touch/change any files as it started)