Glenn Becker
Glenn Becker
Hey @manucorporat. I'm unable to run yarn api.update locally after rebasing because of this error: ```bash packages/qwik/src/optimizer/src/plugins/vite.ts:252:11 - error TS2322: Type '{ outDir: string; rollupOptions: { input: string[]; preserveEntrySignatures: "exports-only";...
Hey @HeyITGuyFixIt. Are you using a dynamic route in your project? I'm wondering why the `/.netlify/.../` route is being swallowed by Qwik City.
Got it. Seems like we could catch that in the Netlify adaptor/middleware. I'll try to take a look later if Adam doesn't get to it first.
Great work @voluntadpear!
Knock it out of the park, @gioboa!
@manucorporat This appears to work on latest now that mutable has been deprecated.
@mingfang @NachoVazquez Can one of you make a [Stackblitz reproduction](https://qwik.new/)?
Looking good @gioboa. You'll need to run `yarn fmt` locally and push the result to get CI to pass. :+1:
I think the preloading of non-critical css is the issue? https://web.dev/preload-critical-assets/#preloading-css-files But, adding a preload link next to regular link wouldn't have much of an effect. It would be interesting...
Prefetch should be happening via a service worker. When JS loads, does it show it coming from the service worker in the network tab?