Results 43 comments of Kirill Romanov

Personally, I prefer this to be fixed in `vue-docgen-api`. Because, for example, if we have more complex type of props, like: ``` string | null | (Foo & Bar) ```...

@KELiON, please :D

I think you should exclude this file from linter config

@smallp this doesn't help me. I have latest version of vite (2.7.13), vite-plugin-vue2 (1.9.3) and unplugin-vue-components (0.17.14), build.sourcemap is set to true in vite config, but I still get incorrect...

@smallp try this https://github.com/Djaler/unplugin-vue-components-vite-source-map-bug 1. npm install 2. npm run build 3. npm run preview 4. open http://localhost:4173/ 5. open devtools -> sources -> src/App.vue As you can see, we...

Sure, but I need correct maps in production, because of Sentry

Normal run: 68 s Run in band: 621s Both runs after clear cache