timarney / react-app-rewired

Override create-react-app webpack configs without ejecting
MIT License
9.79k stars 425 forks source link

Added check if overriden value is primitive value like number or boolean #508

Closed rosieks closed 3 years ago

rosieks commented 3 years ago

This pull requests fixes issue #507. It adds support for overriding jest configuration with primitive values like number or boolean. As for now it's limited to string, arrays or objects.

timarney commented 3 years ago

@dawnmist any thoughts on merging this?

I haven't been keeping from v2 forward.

timarney commented 3 years ago

Great thanks - I'll plan to push out a new version on the weekend.