0.0.4 • Published 3 years ago

vite2-graphql-plugin v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Vite 2 Plugin GraphQl

.graphql File extension parser for vite 2.

How to isntall

yarn add vite2-plugin-graphql
npm i vite2-plugin-graphql

How to use

Usage

Inside your vite.config file

import viteGraphlQl from 'vite2-graphql-plugin';
import { defineConfig } from 'vite'

export default defineConfig({
  plugins: [viteGraphlQl()]
})
0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago