caoxiemeihao / vite-plugins

🌱 为社区尽一份绵薄之力
MIT License
65 stars 15 forks source link

No work with "vite-plugin-vue2": "^1.9.0"; "vite": "^2.6.14", #4

Closed chenxxzhe closed 2 years ago

chenxxzhe commented 3 years ago
{
  plugins: [
    createVuePlugin({ jsx: true }),
    langJsx(),
  ],
}

the langJsx transform hooker never trigger

caoxiemeihao commented 3 years ago

Can I see your .vue file.