You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: avoid unnecessary source map rewriting for files without directives (#20)
- Add hasDirective check in transform method to skip processing when no preprocessor directives are found
- This prevents unnecessary source map modifications that conflict with vite-plugin-vue-tracer
- Fixes Nuxt DevTools element selection functionality by preserving correct source maps
- Only processes files that actually contain #if, #define, #message, or other directives
0 commit comments