mirror of
https://github.com/danbulant/monaco-yaml
synced 2026-06-19 14:31:13 +00:00
14 lines
524 B
Markdown
14 lines
524 B
Markdown
# Monaco Editor Webpack Loader Plugin Example
|
|
|
|
This demo demonstrates how bundle `monaco-editor` and `monaco-yaml` with
|
|
[monaco-editor-webpack-plugin](https://github.com/microsoft/monaco-editor-webpack-plugin). The build
|
|
output is [esm library](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules).
|
|
Example is based on
|
|
[link](https://github.com/microsoft/monaco-editor-samples/tree/main/browser-esm-webpack-monaco-plugin).
|
|
To start it, simply run:
|
|
|
|
```sh
|
|
npm start
|
|
```
|
|
|
|
The demo will open in your browser.
|