Skip to content

Commit

Permalink
fix(router-configuration): merge options instead of assign in exportR…
Browse files Browse the repository at this point in the history
…outer
  • Loading branch information
fkleuver committed Feb 19, 2018
1 parent c1720c4 commit d563f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/router-configuration.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ export class RouterConfiguration {
router.useViewPortDefaults(this.viewPortDefaults);
}

router.options = this.options;
Object.assign(router.options, this.options);

let pipelineSteps = this.pipelineSteps;
if (pipelineSteps.length) {
Expand Down

0 comments on commit d563f8a

Please sign in to comment.