underfin / vite-plugin-vue2

Vue2 plugin for Vite
620 stars 83 forks source link

breakpoints do not work in .vue using TypeScript from vite 2.8.0 #176

Open Freeesia opened 2 years ago

Freeesia commented 2 years ago

Breakpoints do not work when using Vue2 and TypeScript. I changed the vite version back to 2.7.x and it worked fine.

I have created a sample code to confirm how it does not work.

https://github.com/Freeesia/vite-vue2-test

Env

OS: windows 11 Browser: Google Chrome 98.0.4758.102 Node: v16.14.0 Vite: 2.8.0 Vue: 2.6.x