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
@mickelsonmichael Thanks for your reply. I don't quite remember what my goal was at the time, but I think I was hoping to actually use override() to combine customizers for jest specifically.
I am trying to add a babel plugin to the jest configuration for my cra app.
My config-overrides file is exporting the advanced syntax:
I'm getting errors whenever I attempt to use
override()
with a customizer within the jest section:It seems these functions expect a webpack config rather than a jest one?
Do any of your functions work with the jest configuration?
The text was updated successfully, but these errors were encountered: