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
I get an error when I create postcss.config.js in the root directory. When I move it to the js directory I created, the error disappears. However, I am wondering if it will still work or if it needs to go through some other configuration to be effective?
The text was updated successfully, but these errors were encountered:
Keep your PostCSS config file where it was before.
As the error message says, remove "module": true, from your package.json. If you absolutely need it for some reasons, then keep it and try to rename the PostCSS config file to postcss.config.mjs.
I get an error when I create postcss.config.js in the root directory. When I move it to the js directory I created, the error disappears. However, I am wondering if it will still work or if it needs to go through some other configuration to be effective?
The text was updated successfully, but these errors were encountered: