Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upEnsure working with Vue 3 + custom babel config #258
Comments
Should be good in 5.0.0-alpha.2 |
I got error in 5.0.0-aplha.3. My Babel config https://github.com/vueComponent/ant-design-vue/blob/feat-vue3/.babelrc |
I will take a look at your project. I guess it isn't respecting |
yeah, it works when I renamed it to |
I think the later versions of babel don't support |
How to suport |
I have not tried this yet. I was hoping it would "just work" - the SFC compiler (should) take care of it, mostly. What happens when you tried it? |
reproduction link: https://github.com/Wizard67/vue3-test |
Yep, we need to do a check for More info here: https://github.com/vuejs/rfcs/blob/sfc-improvements/active-rfcs/0000-sfc-script-setup.md#transform-api |
Issue found here: vuejs/vue-cli#5714