Skip to content

Commit

Permalink
fix: qiankun support other configs
Browse files Browse the repository at this point in the history
  • Loading branch information
kuitos authored Apr 6, 2020
2 parents 3f917b5 + e3dde80 commit 464f322
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/plugin-qiankun/src/master/runtimePlugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ export async function render(oldRender: typeof noop) {
}),
),
lifeCycles,
{ ...otherConfigs },
);

if (defer) {
Expand Down

0 comments on commit 464f322

Please sign in to comment.