You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that even though I'm using @monaco-editor/loader which I expected to load monaco from a CDN, I noticed monaco-editor in node_modules. It looks like it's being pulled in because @monaco-editor/loader specifies it as a peerDependency. Is this really necessary?
The text was updated successfully, but these errors were encountered:
I noticed that even though I'm using @monaco-editor/loader which I expected to load monaco from a CDN, I noticed
monaco-editor
innode_modules
. It looks like it's being pulled in because @monaco-editor/loader specifies it as a peerDependency. Is this really necessary?The text was updated successfully, but these errors were encountered: