Skip to content

Commit

Permalink
fix(mobile): make app-shell compilation synchronous
Browse files Browse the repository at this point in the history
App Shell should generally not require any async information in
order to render.
  • Loading branch information
jeffbcross committed May 17, 2016
1 parent 9d18f74 commit 9ed28ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const options = {
provide(APP_BASE_HREF, {useValue: '/'}),
provide(REQUEST_URL, {useValue: '/'})
],
async: true,
async: false,
preboot: false
};

0 comments on commit 9ed28ba

Please sign in to comment.