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
What version of Tailwind CSS are you using?
v4.1.5
What build tool (or framework if it abstracts the build tool) are you using?
-> Nuxt 3.17.2 + Vite v6.3.5
What version of Node.js are you using?
-> v22.11
What browser are you using?
Edge & Chrome
What operating system are you using?
-> Windows 11
Reproduction URL
A reproduction is required when filing an issue — any issue opened without a reproduction will be closed and you'll be asked to create a new issue that includes a reproduction. We're a small team and we can't keep up with the volume of issues we receive if we need to reproduce each issue from scratch ourselves.
Describe your issue
Well, it occurs when I try to make a production build of Nuxt npm run build, and during the build, i get warnings saying
WARN [plugin @tailwindcss/vite:generate:build] Sourcemap is likely to be incorrect: a plugin (@tailwindcss/vite:generate:build) was used to transform files, but didn't generate a sourcemap for the transformation. Consult the plugin documentation for help
Hey! Please include a reproduction. Could this transform step be run on a JS file? For CSS source maps, we're working on this but it's not added yet: #17775
What version of Tailwind CSS are you using?
v4.1.5
What build tool (or framework if it abstracts the build tool) are you using?
-> Nuxt 3.17.2 + Vite v6.3.5
What version of Node.js are you using?
-> v22.11
What browser are you using?
Edge & Chrome
What operating system are you using?
-> Windows 11
Reproduction URL
A reproduction is required when filing an issue — any issue opened without a reproduction will be closed and you'll be asked to create a new issue that includes a reproduction. We're a small team and we can't keep up with the volume of issues we receive if we need to reproduce each issue from scratch ourselves.
Describe your issue
Well, it occurs when I try to make a production build of Nuxt
npm run build
, and during the build, i get warnings sayingWARN [plugin @tailwindcss/vite:generate:build] Sourcemap is likely to be incorrect: a plugin (@tailwindcss/vite:generate:build) was used to transform files, but didn't generate a sourcemap for the transformation. Consult the plugin documentation for help
package.json dependency list
The text was updated successfully, but these errors were encountered: