-
-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Merge configs #97
Labels
enhancement
New feature or request
Comments
innovate-invent
added a commit
to innovate-invent/plugin-axios
that referenced
this issue
Jan 10, 2020
innovate-invent
added a commit
to innovate-invent/plugin-axios
that referenced
this issue
Jan 10, 2020
innovate-invent
added a commit
to innovate-invent/plugin-axios
that referenced
this issue
Jan 10, 2020
innovate-invent
added a commit
to innovate-invent/plugin-axios
that referenced
this issue
Jan 10, 2020
innovate-invent
added a commit
to innovate-invent/plugin-axios
that referenced
this issue
Jan 10, 2020
Thanks! Yea good idea. And thanks for the PR too! I'll check the PR. |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Currently object unpacking is being used to combine all of the configs. This does not allow setting axios settings higher up in the config stack that are objects.
For example, if I want a global param for all requests I would expect to be able to go:
Currently any lower config specifying params will overwrite this.
Something along the lines of lodash merge should be used.
If I wanted to unset a setting higher up I can simply do something like:
The text was updated successfully, but these errors were encountered: