Envoy49

Results 14 comments of Envoy49

Updating nuxt-edge and nuxt-bridge to the latest versions didn't help to solve the problem. "@nuxt/bridge-edge": "^3.0.0-27657000.c87fdbe", "nuxt-edge": "^2.16.0-27616340.013f051b",

tried ``` router: { prefetchLinks: false } ``` and ``` render: { resourceHints: false } ``` and ``` optimization: { sideEffects: false, } ``` and ``` export default { head:...

Hi @danielroe , Thanks for moving this to the correct repo. I was wondering if you could give me some clue or hint to move in certain direction?

@danielroe, I was wondering if this is available for upgrade yet or it hasn't been released yet? Which version I should update it to?

Have the same issue here! Using nuxt bridge and ``` render: { resourceHints: false } or render: { bundleRenderer: { shouldPreload: false, }, }, ``` Doesn't have any effect on...

Whoever comes here, I ended up patching vue-bundle-renderer to match my needs. I had to disable all preloaded and prefetched link tags and redirect them to the script tag before...

> Hey @kettanaito! > > I don't see this problem anymore. I tried to create reproduction using [email protected], [email protected], [email protected] and [email protected], but everything worked fine without errors, msw was...