monaco-yaml/examples/webpack
Remco Haszing 13c46f5de6
Update dependencies
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.
2021-08-05 18:33:58 +02:00
..
src Update dependencies 2021-08-05 18:33:58 +02:00
package.json Update dependencies 2021-08-05 18:33:58 +02:00
README.md Update documentation 2021-07-31 16:15:45 +02:00
webpack.config.js Update dependencies 2021-08-05 18:33:58 +02:00

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.