Description
What version of Tailwind CSS are you using?
For example: v3.4.3
What build tool (or framework if it abstracts the build tool) are you using?
For example: postcss 8.4.38, Next.js 14.2.3
What version of Node.js are you using?
v20.12.2
What browser are you using?
Chrome
What operating system are you using?
Windows
Reproduction URL
Describe your issue
I realize that next.js has its own compiler (turbo included), but it's just strange that this function is ignored by next.js altogether
For example, I gave the example above with transformation and in the file ./transformContent.txt
the results of the change were reflected in line 67 (the link in page.tsx in line 45 was changed), but it doesn't work.
I thought it would work in tandem next.js and tailwindcss, but the changes in tailwindcss are ignored.
I know an approximate solution:
Taking the webpack (or turbo) field in next.config.js and prescribing the logic, but the fact that content.transform
doesn't work is there