monaco-yaml/examples/webpack
Remco Haszing 7174aff026
Expose setDiagnosticsOptions in monaco-yaml
This removes the need to explain certain statements and imports need to
happen in a specific order. Users can now just use:

```ts
import { setDiagnosticsOptions } from 'monaco-yaml';

setDiagnosticsOptions({});
```
2021-07-18 14:58:42 +02:00
..
src Expose setDiagnosticsOptions in monaco-yaml 2021-07-18 14:58:42 +02:00
package.json Bump dependencies 2021-07-17 14:20:08 +02:00
README.md Remove React from examples 2021-07-17 13:41:43 +02:00
webpack.config.js Use a more minimal webpack config for examples 2021-07-18 13:29:54 +02:00

Demo: Weback + Monaco + Monaco YAML

To run:

npm start

The demo will open in your browser.