skip to Main Content

Reactjs – Vite v5.3.2 building for production error

During the build, I experienced the following error. > tsc && vite build vite v5.3.2 building for production... src/index.ts:1:20 - error TS6142: Module './components/Button/Button' was resolved to '/Users/myusername/photoravel-design-system/src/components/Button/Button.tsx', but '--jsx' is not set. 1 import Button from './components/Button/Button'; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/index.ts:2:19…

VIEW QUESTION

Nginx – Vite config on docker

I'm using a machine on my network (not the one I use to edit/view the application) to host a docker laravel application. I'm struggling setting up vite. I get the console errors: jobs:20 GET http://[::]:5173/@vite/client net::ERR_BLOCKED_BY_CLIENT jobs:20 GET http://[::]:5173/resouces/css/app.css net::ERR_BLOCKED_BY_CLIENT…

VIEW QUESTION
Back To Top
Search