nuxt / vite

⚡ Vite Experience with Nuxt 2

Home Page:https://vite.nuxtjs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Optional chaining not working

Qonflux opened this issue · comments

I was using vue-template-babel-compiler to support optional chaining. Now that I installed nuxt-vite, it doesn't seem to be working. Is there any way to make this work with nuxt-vite? I'm getting "unexpected token" errors now.

You should no longer use vue-template-babel-compiler. Vue 2.7 has native support for optional chaining.