Build with css modules fails with unexpected undefined #7168
Answered
by
dmitrijs-balcers
dmitrijs-balcers
asked this question in
Q&A
|
I'm not really sure why, but on this project: https://github.com/dmitrijs-balcers/react-css-modules-typescript-boilerplate When I run yarn build I get the following exception: Specifically it fails here. Is this sort of exceptions known, and perhaps there is something missing in config? |
Answered by
dmitrijs-balcers
Nov 7, 2021
Replies: 2 comments 2 replies
|
Fixed by changing order of transformers in |
0 replies
Answer selected by
dmitrijs-balcers
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fixed by changing order of transformers in
.parcelrc, lol.dmitrijs-balcers/react-css-modules-typescript-boilerplate@59a6ee3