e-chan1007 / nuxt-monaco-editor

Integrate monaco-editor with Nuxt
https://e-chan1007.github.io/nuxt-monaco-editor
MIT License
119 stars 16 forks source link

DevTools fails to load source maps #19

Closed TheProcedural closed 1 year ago

TheProcedural commented 1 year ago

I keep having this repeating warning, which is a little annoying:

image

I have temporarily disabled source maps, but I'd like to know why this is happening.

e-chan1007 commented 1 year ago

I might have to rewrite the source map paths provided by monaco-editor. I'll try to do that later.

e-chan1007 commented 1 year ago

Finally fixed in v1.2.2. I have checked that there is no warning with nuxt@3.3.2.

I'm sorry you had to wait so long for this issue to be fixed.