-
Hello all, In my application webpack config I have the following
which when called exports an object like:
and I am using in the code as follows:
I am not 100% this is the best way to go around it, but it works. The problem is, using
So how am I supposed to tell Yarn that Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
You can't - it's part of why the Doctor is more a zero-config quick CLI check than a CI-ready tool, since it's meant to report things that are probably errors, even if it means being overly cautious sometimes. You'll always have false positives like in cases like this. |
Beta Was this translation helpful? Give feedback.
You can't - it's part of why the Doctor is more a zero-config quick CLI check than a CI-ready tool, since it's meant to report things that are probably errors, even if it means being overly cautious sometimes. You'll always have false positives like in cases like this.