Skip to content
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

Optimize dynamic import on vite startup #653

Merged
merged 1 commit into from
Dec 26, 2023
Merged

Conversation

nsarrazin
Copy link
Collaborator

I was running into an occasional DX annoyance where on my first message, vite would optimize the dynamically imported browser-image-resizer lib, which would reload the page and lose my message.

This PR fixes that

@nsarrazin nsarrazin added the dependencies Pull requests that update a dependency file label Dec 22, 2023
@nsarrazin nsarrazin merged commit 2fda730 into main Dec 26, 2023
3 checks passed
@nsarrazin nsarrazin deleted the deps/optimize_dependencies branch December 26, 2023 08:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant