Replies: 1 comment
-
There must be some issue affecting the output of postcss transformation which breaks the default export
just add a console.log of that cssModule and pay attention whether the content is a valid JSON |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I receive the following error for every instance where I use an SCSS module import when I attempt to build my React project.
The plugins entry in my
config
looks like this, with the more specific filter RegEx being placed first in the array as recommended per a previous discussion :My
tsconfig.json
compiler options entry looks like this:The following entry is present in my
react-app-env.d.ts
.Would greatly appreciate any help.
Beta Was this translation helpful? Give feedback.
All reactions