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
:
It appears create-react-app
supports all the language features we require.
yarn
andyarn start
from this folder to start webpack dev server