suren-atoyan / monaco-loader

The utility to easy setup monaco-editor into your browser
MIT License
177 stars 37 forks source link

Update to the latest monaco-editor #12

Closed rw-access closed 2 years ago

suren-atoyan commented 2 years ago

Hey, @rw-access thank you for your support. I'll try to publish the new version this week, but before that, you can use the config method to download your desired version. It should look like this:

import loader from '@monaco-editor/loader';
// or import { loader } from '@monaco-editor/react';

loader.config({ paths: { vs: 'https://cdn.jsdelivr.net/npm/monaco-editor@0.30.1/min/vs' } });