postcss configuration in package.json is not respected in Turbopack #62805
Labels
bug
Issue was opened via the bug report template.
linear: turbopack
Confirmed issue that is tracked by the Turbopack team.
locked
Turbopack
Related to Turbopack with Next.js.
Link to the code that reproduces this issue
https://codesandbox.io/p/devbox/turbopack-tw-bug-933t2x
To Reproduce
apps/web
withnpm run dev
to see tailwind working fine without Turbopack.apps/web
withnpm run dev-turbo
to see missing styles when running with Turbopack.Current vs. Expected behavior
Current
Tailwindcss seems to be broken in this monorepo setup when using Turbopack. No error messages are displayed but the styles are missing. Without the --turbo flag, this setup works just fine.
Expected
Tailwindcss should work fine in this monorepo when using Turbopack.
Provide environment information
Operating System: Platform: linux Arch: x64 Version: #1 SMP PREEMPT_DYNAMIC Sun Aug 6 20:05:33 UTC 2023 Available memory (MB): 4102 Available CPU cores: 2 Binaries: Node: 20.9.0 npm: 9.8.1 Yarn: 1.22.19 pnpm: 8.10.2 Relevant Packages: next: 14.1.2-canary.3 // Latest available version is detected (14.1.2-canary.3). eslint-config-next: 14.1.1 react: 18.2.0 react-dom: 18.2.0 typescript: 5.3.3 Next.js Config: output: N/A
Which area(s) are affected? (Select all that apply)
Turbopack (--turbo)
Which stage(s) are affected? (Select all that apply)
next dev (local)
Additional context
No response
PACK-2657
The text was updated successfully, but these errors were encountered: