Skip to content

Files

Latest commit

9e421ad · Sep 17, 2023

History

History
This branch is 205 commits behind graphql/graphiql:main.

monaco-graphql-webpack

A simple example of monaco-graphql using webpack 4

live demo of the monaco webpack example

Setup

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

JS only

If you want to learn how to bundle monaco-graphql using webpack without typescript, these steps will help:

  1. rename .ts files to .js
  2. rename .ts to .js in webpack.config.js
  3. remove fork ts checker plugin from webpack.config.js
  4. remove typescript annotations from the renamed files