owlsdepartment / vite-plugin-babel

Runs babel during dev serve in Vite
MIT License
53 stars 14 forks source link

Support for vite 4 #9

Closed susnux closed 1 year ago

susnux commented 1 year ago

Currently the peer dependencies restrict vite to vite@"^2.7.0 || ^3.0.0" but vite 4 is already available. Is this plugin compatible?

F0rsaken commented 1 year ago

I went through migration guide of Vite 4, and I don't see any breaking changes that would affect this plugin. I will bump peer dependencies to ^4.0.0 in the near future. Let me know if you find any bugs!

F0rsaken commented 1 year ago

Updaten in version v1.1.3