Skip to content

Latest commit

 

History

History

graphiql-webpack

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

GraphiQL Webpack Example

This example demonstrates how to transpile your own custom ES6 GraphiQL implementation with webpack and babel configuration.

It shows how to add plugins and even how to create a custom plugin.

There is also a no-config example with create-react-app:

Edit graphiql-example

It appears create-react-app supports all the language features we require.

Setup

  1. yarn and yarn start from this folder to start webpack dev server