monaco-loader
monaco-loader copied to clipboard
Path to the monaco editor from npm does not work.
I tried setting up monaco-editor using the plugin and it is working fine when I use the CDN https://cdnjs.cloudflare.com/ajax/libs/monaco-editor/0.44.0-rc1/min/vs/loader.min.js but when I try to import from node_modules like: loader.config({ paths: { vs: 'node_modules/monaco-editor/min/vs' } });
get the following error
Any help is appreciated.
@suren-atoyan please advise if I am doing something incorrect.