-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
Update esbuild dependency #806
Conversation
✅ Deploy Preview for bldrs-share ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for bldrs-share-v2 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Hey dude, shall we close this out? We're up-to-date now |
It depends on whether your esbuild updates incorporate live reload? |
Sure, let's try it. Can you refactor this in place and I'll test it locally as well? I couldn't get rid of the frequent rebuilds being console logged. Tho maybe that's telling us something useful too |
2e5d3bc
to
a72d555
Compare
PR to update our esbuild dependency from 0.15.5 (August 16, 2022) to the latest release 0.19.4 (September 27, 2023).
There have been a number of bug fixes and performance enhancements between the two releases that we can benefit from.
Configuration values with undefined values are no longer permitted and that necessitates a slight change on our side.
Live reload is natively supported by esbuild now (evanw/esbuild#2816).