mirror of
https://github.com/danbulant/monaco-yaml
synced 2026-06-09 01:21:20 +00:00
Most notably update to Webpack 5. Webpack 5 supports web workers without the need of a loader, so the `webpack-worker-loader` example has been removed. |
||
|---|---|---|
| .. | ||
| src | ||
| package.json | ||
| README.md | ||
| webpack.config.js | ||
Webpack entry points demo
This demo shows how to use monaco-editor and monaco-yaml with Webpack 4
entry points. To start it, simply run:
npm start
The demo will open in your browser.