Clarification on .mjs for postcss config in turborepo initialization #7732
Unanswered
RobSchilderr
asked this question in
Q&A
Replies: 0 comments
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.
-
When I run
pnpm dlx shadcn@canary init
and select monorepo, it initializes the postcss config as:postcss.config.mjs
in the ui package as well as the web package. Why is.mjs
necessary when we havetype:module
in thepackage.json
?Beta Was this translation helpful? Give feedback.
All reactions