Replies: 1 comment
-
In my case, the .gitignore file was not copied over to the Docker image, which caused Tailwind to scan the node_modules directory. Needless to say, builds were painfully slow because of that. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using Next.js (latest version) with tailwindcss (v4.0.9) and my build times after migration to tailwind v4 are insane. I had around 3 seconds build time with tailwind v3 but now that I swithced versions I have build times of 32s and more. Is there anything I might have done that spiked up this time? I also have a .gitignore that includes the node modules folder, but it hasn't changed anything.
Any help would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions