0.1.0 • Published 5 years ago
vite-plugin-graphql v0.1.0
vite-plugin-graphql
Similar to graphql-tag/loader, but for vite.
Installation
npm i vite-plugin-graphql
yarn add vite-plugin-graphql
pnpm i vite-plugin-graphql
Usage
const graphqlPlugin = require('vite-plugin-graphql');
const config = {
plugins: [graphqlPlugin],
};
Now all the files ends with .gql
or .graphql
will be handled by vite-plugin-graphql
.