0.0.4 • Published 4 years ago

vite2-graphql-plugin v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
4 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

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago