mirror of
https://github.com/danbulant/monaco-yaml
synced 2026-06-16 13:01:08 +00:00
For better ESM compatibility, this adds a file extension for nested package files. This also removes the nested special handling of `vscode-languageserver-types` and `vscode-languageserver-document` imports. This is unnecessary, because they use the `"module"` field in `package.json`. |
||
|---|---|---|
| .. | ||
| src | ||
| package.json | ||
| README.md | ||
| webpack.config.js | ||
Demo
This demo is deployed to monaco-yaml.js.org. It shows how
monaco-editor and monaco-yaml can be used with
Webpack 5. To start it, simply run:
npm start
The demo will open in your browser.