underfin / vite-plugin-vue2

Vue2 plugin for Vite
620 stars 83 forks source link

feat: migrate vite-plugin-vue2 to use vue-template-babel-compiler #179

Closed NikhilVerma closed 2 years ago

NikhilVerma commented 2 years ago

This allows it to use the modern ES nullish coalescing operators like syntaxes. This changeset is heavily borrowed from https://github.com/pedro-gilmora/vite-vue2

Dwight-D commented 2 years ago

Nice work, I'd like to see this implemented as well.

May I suggest requesting a review from one of the maintainers to hopefully get them to take a look?

meduzen commented 2 years ago

@antfu Hello! Any reason why the release that includes this PR has been tagged 2.0 instead of 1.10? The changelog doesn’t mention any breaking. 👀

antfu commented 2 years ago

Yes, there is no breaking. I just want to make it safer and awarable.

NikhilVerma commented 2 years ago

Thank you!