A simple example of monaco-graphql
using webpack 4
live demo of the monaco webpack example
yarn
and yarn start
from this folder to start webpack dev server
If you want to learn how to bundle monaco-graphql
using webpack without
typescript, these steps will help:
- rename .ts files to .js
- rename .ts to .js in webpack.config.js
- remove fork ts checker plugin from webpack.config.js
- remove typescript annotations from the renamed files