glacambre/editor-adapter

New monaco editor does not expose global variable monaco

Opened this issue · 0 comments

GHolk commented

Since monaco 0.22.0, the webpack monaco will not expose the global variable window.monaco.
(webpack-plugin readme)

For example, the gitlab just upgrade their monaco, and the adapter does not work anymore.

I have not seen any alternative approach now. Do anyone have any solutions?