Skip to content

Files

Latest commit

acaogithub-actions[bot]dimaMachina
Jun 6, 2025
2da9741 · Jun 6, 2025

History

History

monaco-graphql-webpack

README.md

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