suren-atoyan / monaco-react

Monaco Editor for React - use the monaco-editor in any React application without needing to use webpack (or rollup/parcel/etc) configuration files / plugins
https://monaco-react.surenatoyan.com/
MIT License
3.81k stars 268 forks source link

Monaco editor is loaded from CDN instead of npm package #636

Closed EsinVitaliy closed 3 months ago

EsinVitaliy commented 3 months ago

Why editor loaded from https://cdn.jsdelivr.net/npm/monaco-editor@0.43.0/min/vs/editor/editor.main.js ? Sometimes CDN slows down and editor is loading way too long. Is it possible to load the editor from npm installed monaco-editor?