Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace deep-extend with nested Object.assign #364

Merged
merged 1 commit into from
Jul 8, 2020

Conversation

TrySound
Copy link
Contributor

@TrySound TrySound commented Jul 1, 2020

deep-extend is only used to handle one nested options object.
In this diff I replaced dependency with native Object.assign and handled
"webResources" as special case similar to special case in cli options
definitions.

@jrit
Copy link
Collaborator

jrit commented Jul 1, 2020

can you resolve the merge conflict? the rest looks good

deep-extend is only used to handle one nested options object.
In this diff I replaced dependency with native Object.assign and handled
"webResources" as special case similar to special case in cli options
definitions.
@TrySound
Copy link
Contributor Author

TrySound commented Jul 1, 2020

Done

@jrit jrit merged commit f55f820 into Automattic:master Jul 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants