Closed maxkopych closed 2 months ago
When trying to import in vue/vite getting error about process is not defined . Not sure why we trying to access env vars inside FE component
process is not defined
<template> <IntlTelInput :options="{initialCountry: 'us'}"/> </template> <script setup> import IntlTelInput from "intl-tel-input/vue"; import "intl-tel-input/styles"; </script>
Sorry just realized it still in early stage. But hopefully gonna be helpful
Thanks for raising this. I've just released v24.3.5 with a fix.
When trying to import in vue/vite getting error about
process is not defined
. Not sure why we trying to access env vars inside FE component