It looks like codeFrames do not work with vite and vue when running Cypress Component Testing. This seems to only happen for .vue files (cypress related files work fine)
Desired behavior
I expect to see the error in the code frame that is thrown from the .vue component (this is from webpack)
Test code to reproduce
see Error.vue inside vue3-webpack-ts inside the system-tests projects
Current behavior
It looks like
codeFrame
s do not work with vite and vue when running Cypress Component Testing. This seems to only happen for.vue
files (cypress related files work fine)Desired behavior
I expect to see the error in the code frame that is thrown from the
.vue
component (this is from webpack)Test code to reproduce
see
Error.vue
insidevue3-webpack-ts
inside the system-tests projectsCypress Version
N/A
Node version
N/A
Operating System
N/A
Debug Logs
Other
No response