brillout / vite-plugin-mdx

Vite Plugin for MDX
MIT License
115 stars 36 forks source link

Cannot set properties of undefined (setting 'transform') #51

Closed csr632 closed 2 years ago

csr632 commented 2 years ago

This is a bug of vite@3.1.0 : https://github.com/vitejs/vite/issues/10031

stackblitz demo: https://stackblitz.com/edit/vitejs-vite-8xpzra?file=package.json&terminal=dev

I create this issue to help people who get this error when using vite-plugin-mdx: downgrade to vite@3.0.9 and wait for vite (or vite-plugin-mdx) to resolve the above issue.