vitejs / vite-plugin-react-swc

Speed up your Vite dev server with SWC
MIT License
834 stars 54 forks source link

🐞 React (TS-SWC) build on netlify cannot find ./pages from ./src/App.tsx #26

Closed 0xMahabub closed 1 year ago

0xMahabub commented 1 year ago

🐞 React (TS-SWC) build on netlify cannot find ./pages from ./src/App.tsx

It looks all ok, but I'm facing this pr-link Somehow it is not getting ./src/pages/Page.tsx in ./src/App.tsx in build time on netlify. However, it is all ok in development server or in local machine (even in build )

Please tell me the reason or fix it asap 😢