The --ignore CLI flag seems seems broken or am I misusing it? #7252
Unanswered
DanielFeichtinger
asked this question in
Q&A
Replies: 1 comment
-
I'm having the same exact issue and, like you, question whether I'm doing something wrong. Your syntax is matching mine and seems correct based on the docs. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I'm not sure if I'm using it correctly, but the --ignore flag for the CLI seems to add files to the compilation input rather than exclude them.
Using versions:
Given a simple project with 4 .js files in ./src:
In the last case it's grabbing the contents of
node_modules
and compiling that too so looks to me like the pattern from --ignore is being used to add to the list of input files.I can't see any issue or discussion on this but it's definitely unexpected behaviour — just wanted to make sure that I was using it correctly before filing anything!
Beta Was this translation helpful? Give feedback.
All reactions