You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@1739616529 After setting up a vite application with tailwind running I was facing the following error : [vite] Internal server error: Failed to resolve entry for package "@material-tailwind/react". The package may have incorrect main/module/exports specified in its package.json: Failed to resolve entry for package "@material-tailwind/react". The package may have incorrect main/module/exports specified in its package.json.
After removing "main": "dist/index.js" from package.json everything works fine :)
Yup I know that and already working on it, it's not the only issue we need to make it totally compatible with vite.js and this will definitely happen on the next update of the product.
I want to use it in Vite create react app. But it doesn't work
The text was updated successfully, but these errors were encountered: