Tuesday, 20 April 2021

Monaco editor for vue generates lots of .js files

I am implementing vue-monaco plugin inside Laravel application using Vue.

The steps are rather easy, I install the vue-monaco like:

npm install vue-monaco

Then in my Vue file I import the monaco editor like:

import MonacoEditor from 'vue-monaco'

I don't even use it, just import it and then run npm run watch. This result in npm creating exactly 63 files in my public folder, like in the image below (first 15 are shown, 63 are being created).

Why does this happen and how can I bypass it?

enter image description here



from Monaco editor for vue generates lots of .js files

No comments:

Post a Comment