Skip to content

Commit

Permalink
mimmic existing
Browse files Browse the repository at this point in the history
  • Loading branch information
Timer committed Feb 16, 2020
1 parent 5ddf762 commit 98852c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/next/client/page-loader.js
Expand Up @@ -67,7 +67,9 @@ export default class PageLoader {
if (window.__SSG_MANIFEST) {
resolve(window.__SSG_MANIFEST)
} else {
window.__SSG_MANIFEST_CB = () => resolve(window.__SSG_MANIFEST)
window.__SSG_MANIFEST_CB = () => {
resolve(window.__SSG_MANIFEST)
}
}
})
}
Expand Down

0 comments on commit 98852c4

Please sign in to comment.