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
Ooh, that'd be fantastic to implement. I don't want to ship excludes with CRA (in the tsconfig -- I'd way rather silently filter out tests).
@johnnyreilly could you suggest a location to perform the filtering at?
In the workers themselves, at where the worker aggregates, somewhere else? Can you please point to a file or some lines? 😄
That's a merged PR and so it's less visible. I didn't want it to get lost as I think it's a great suggestion. 😄 Do take a look at the conversation there.
This would be handling it in the worker aggregate position. It's possible that there might be a minor performance benefit to doing this in the worker itself but I'm not sure how big the gain would be. Simplicity is a wonderful thing so I reckon we should do it here. (We could always change it later if desired.)
johnnyreilly
changed the title
reportFiles as an exclude alternative @TimerreportFiles as an exclude alternative
Oct 27, 2018
@Timer said here: #173 (comment)
That's a merged PR and so it's less visible. I didn't want it to get lost as I think it's a great suggestion. 😄 Do take a look at the conversation there.
cc @ianschmitz
The text was updated successfully, but these errors were encountered: