NX setup with SolidJS and React
I have a monorepo where I create web components with SolidJS and take them into use in React. The app runs fine and individual libs builds ok, but I get error when I build React app:
For serving I have this setup in vite.config.mts for React app:
Probably I need something similar for building.
Maybe someone has ideas about this?
For serving I have this setup in vite.config.mts for React app:
Probably I need something similar for building.
Maybe someone has ideas about this?
