Monaco Editor Webpack Sample
This sample shows how to load a small subset of the editor:
- Only the core editor and the find widget
- Only the python language coloring
To run this sample, you need to:
$/> npm install .
$/> npm run simpleserver
$/browser-esm-webpack-small> npm run build
Then, open the ./dist folder.