davidk
Disable Prefetch/Preload in dev mode on Nuxt Bridge
Hi there, does anyone know of a way to disable the prefetch/preload behavior during development while being on nuxt-bridge?
I managed to disable it in production in the final build by adding a module with the following code:
But like I said this does not work when running
yarn dev
for example. I would really appreciate any help on this. Thanks.
Oh, yet I am still using webpack unfortunately, not on vite but working on it.5 replies