React, Vite, NodeJS – Uncaught ReferenceError: require is not defined at index

I have a problem with deploy frontend.

After build and select dist folder as “build” my front isn’t rendering.
This is funny because title and favicon is visible but all that is React isn’t visible.
Console returns that error:

Uncaught ReferenceError: require is not defined
at index-7a4af5d3.js:131:36222
at index-7a4af5d3.js:1:23
at index-7a4af5d3.js:165:1233

I tried deploy app on Firebase and Render.com with the same result.

Backend is deployed on Render.com and if I run frontend on localhost everything is working properly.