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
When @tailwindcss/vite tries to load @plugin "daisyui", Vite accidentally reads the "browser": "./daisyui.css" field inside DaisyUI's package.json[1]. It tries to execute that .css file as if it were the JavaScript plugin, which crashes the build.
Force Vite to load the JS plugin file instead of the CSS file.