vite-plugin-graphql
vite-plugin-graphql copied to clipboard
a Vite plugin for loading GraphQL files
Results
2
vite-plugin-graphql issues
Sort by
recently updated
recently updated
newest added
The name property is required to display error messages and logs. I also had an issue with `@nuxt/test-utils` that needed to match specific plugins name. Without the name it crashed.
Hello, I was looking for a way to import graphql files in vite, and came across both this plugin and @rollup/plugin-graphql. Since vite can use rollup plugins, I was wondering...