nksaraf/use-monaco

LESS not working - 404 Worker

Opened this issue · 0 comments

HI!
Thanks for the awesome job. I drive into an issue trying to make less work, It seems that cssWorker.js is not anymore available here: https://cdn.jsdelivr.net/npm/monaco-editor-core@0.21.2/min/vs/language/css/cssWorker.js
I found were it moved, that is: https://cdn.jsdelivr.net/npm/monaco-css@3.3.0/release/min/cssWorker.js
Maybe, this change impact a lot on the module, how we can import the correct worker throught use-monaco? Right now we are reverting to an old version. Are you considering to updating how you compose URL of the plugins, since, it seems arent anymore on monaco-editor-core?
Thanks a lot!