Diizzayy / nuxt-graphql-client

⚡️ Minimal GraphQL Client + Code Generation for Nuxt3
https://nuxt-graphql-client.web.app
MIT License
357 stars 44 forks source link

Fix HMR on windows #487

Open EpicPlayerA10 opened 4 months ago

EpicPlayerA10 commented 4 months ago

Fixes #486

Basically it just calls normalize function that will convert slashes to the correct OS specific ones.