inject fallback index.html where necessary

This commit is contained in:
Rich Harris
2018-07-16 14:18:21 -04:00
parent f221281f8a
commit 8299c68678
4 changed files with 12 additions and 5 deletions

View File

@@ -358,8 +358,6 @@ function get_page_handler(routes: RouteObject, store_getter: (req: Req) => Store
store: store && try_serialize(store.get())
};
console.log(serialized.preloaded);
const data = Object.assign({}, props, { params: req.params }, {
child: {}
});