You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
so you can generate script tags for everything that is needed to render the page.
maybe having an api like splitRequire.capture(function (cb) { render(cb) }, function (result, bundles) {}) could be cool; could use the new async_hooks probably.
The text was updated successfully, but these errors were encountered:
so you can generate script tags for everything that is needed to render the page.
maybe having an api like
splitRequire.capture(function (cb) { render(cb) }, function (result, bundles) {})
could be cool; could use the new async_hooks probably.The text was updated successfully, but these errors were encountered: