Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 535 Bytes

File metadata and controls

17 lines (11 loc) · 535 Bytes

A simple example of monaco-graphql using webpack 4

live demo of the monaco webpack example

Setup

Run pnpm install and pnpm start from this folder to start the 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