Skip to content

Latest commit

 

History

History

monaco-graphql-webpack

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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