(Help) Creating postcss.config.js in the root directory causes an error.
HugoRinderknecht opened this issue · 2 comments
HugoRinderknecht commented
meduzen commented
Not in the scope of this package, but try this:
- Keep your PostCSS config file where it was before.
- As the error message says, remove
"module": true,
from yourpackage.json
. If you absolutely need it for some reasons, then keep it and try to rename the PostCSS config file topostcss.config.mjs
.
chenbt-hz commented
Thank you for your issue. I have been puzzled by this error message until now when I realized that I placed the JSON file directory incorrectly. 😄