-
Notifications
You must be signed in to change notification settings - Fork 1.3k
fix(qwik): over-preloading of all non-node_modules dynamic imports #7549
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
base: main
Are you sure you want to change the base?
fix(qwik): over-preloading of all non-node_modules dynamic imports #7549
Conversation
|
built with Refined Cloudflare Pages Action⚡ Cloudflare Pages Deployment
|
commit: |
This breaks the js prefetching of links. Go to https://maiieul-1-14-0-alpha-slight.qwik-8nx.pages.dev/ecosystem/ and look at the network tab. Every ecosystem will import a bunch of files when you click. |
What is it?
Description
The over-preloading only happens after all the critical chunks have been preloaded so that doesn't really degrade the UX but:
Checklist
pnpm change