A simple example of monaco-graphql using webpack 4
live demo of the monaco webpack example
Run pnpm install and pnpm start from this folder to start the 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