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

Make extension config override instead of deep merge #95

Merged
merged 2 commits into from
Sep 12, 2019

Conversation

OliverJAsh
Copy link
Contributor

Fixes #94

resolved "https://registry.yarnpkg.com/which/-/which-1.2.14.tgz#9a87c4378f03e827cecaf1acdf56c736c01c14e5"
dependencies:
isexe "^2.0.0"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI, a bunch of these changes are from running yarn-deduplicate.

@codecov
Copy link

codecov bot commented Sep 11, 2019

Codecov Report

Merging #95 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@         Coverage Diff          @@
##           master   #95   +/-   ##
====================================
  Coverage       0%    0%           
====================================
  Files           4     4           
  Lines         129   129           
  Branches       52    52           
====================================
  Misses        129   129

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d1cb8f5...4f54d04. Read the comment docs.

...base.compilerOptions,
...config.compilerOptions
}
};
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are there any other nested properties we need to override?

I wondered if there was a way to do this automatically, but I think we have to be selective about which nested properties should be merged.

@OliverJAsh OliverJAsh marked this pull request as ready for review September 11, 2019 09:42
@jonaskello jonaskello merged commit 87fbea7 into dividab:master Sep 12, 2019
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.

Extension configuration should override, not deep merge
2 participants