Diizzayy / nuxt-graphql-client

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

Fix HMR on windows #487

Open EpicPlayerA10 opened 6 months ago

EpicPlayerA10 commented 6 months ago

Fixes #486

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