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
RUST_BACKTRACE=full npx nx run testwithtailwind:serve --verbose --skip-nx-cache
❯ npx create-nx-workspace
NX Let's create a new workspace [https://nx.dev/getting-started/intro]
✔ Where would you like to create your workspace? · testwithtailwind
✔ Which stack do you want to use? · react
✔ What framework would you like to use? · none
✔ Integrated monorepo, or standalone project? · integrated
✔ Application name · testwithtailwind
✔ Which bundler would you like to use? · rspack
✔ Test runner to use for end to end (E2E) tests · none
✔ Default stylesheet format · tailwind
✔ Which CI provider would you like to use? · skip
✔ Would you like remote caching to make your build faster? · skip
NX Creating your v20.4.4 workspace.
✔ Installing dependencies with npm
✔ Successfully created the workspace: testwithtailwind.
Setting in package.json "@rspack/core": "1.2.2", solves this.
Starting from 1.2.3 -> 1.2.5 leads to the same error.
So I think this bug is on rspack side.
Current Behavior
Serve should work properly in a new NX workspace
Expected Behavior
Serve doesn't work
GitHub Repo
No response
Steps to Reproduce
❯ npx create-nx-workspace
NX Let's create a new workspace [https://nx.dev/getting-started/intro]
✔ Where would you like to create your workspace? · testwithtailwind
✔ Which stack do you want to use? · react
✔ What framework would you like to use? · none
✔ Integrated monorepo, or standalone project? · integrated
✔ Application name · testwithtailwind
✔ Which bundler would you like to use? · rspack
✔ Test runner to use for end to end (E2E) tests · none
✔ Default stylesheet format · tailwind
✔ Which CI provider would you like to use? · skip
✔ Would you like remote caching to make your build faster? · skip
NX Creating your v20.4.4 workspace.
✔ Installing dependencies with npm
✔ Successfully created the workspace: testwithtailwind.
Nx Report
Failure Logs
Package Manager Version
No response
Operating System
Additional Information
Seems related to Tailwind as when I comment it in
postcss.config.js
, the issue gracefully disappearThe text was updated successfully, but these errors were encountered: