I have created vue and electron app using @vue/cli-service 4.2 in that I am facing a issue of optional chaining.
I can't use ? for validating the condition like (@babel/plugin-proposal-optional-chaining)
eg. a?.b?.c its means it check weather a exist then check for b otherwise return false same as template expression in angular.
Any one have idea how to configure optional chaining in vuejs.