1.0.1 • Published 2 years ago

@straw-hat/webpack-chain-graphql v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@straw-hat/webpack-chain-graphql

Adds support for GraphQL files.

Get Started

Installation

You need to add graphql-tag as well since it is a peer dependency.

yarn add graphql-tag
yarn add @straw-hat/webpack-chain-graphql -D

Usage

const { graphql } = require('@straw-hat/webpack-chain-graphql');

// Pass Webpack Chain config
graphql(config);

// Ready to 🎸