I am having issue which says Uncaught ReferenceError: require is not defined.I am using React 18, Vite version 5. I implemented Vite to my existing React project.Everything working in dev, but when I build and deploy it into production, I am having this error.Can anyone help me with it?
I searched everywhere but no success.