Closed GoldraK closed 9 months ago
Can be configured to use version 0.45, versions in dependencies can be ignored:
app.use(VueMonacoEditorPlugin, {
paths: {
// 0.45
vs: 'https://cdn.jsdelivr.net/npm/monaco-editor@0.45.0/min/vs'
},
})
Yes I tried this and work, but i refer to the npm peerDependencies
The monaco-editor dependency is in version 0.45.0 and the package in 0.43.0.
Thanks.