only save the bits of client_info we need

This commit is contained in:
Rich Harris
2018-05-03 23:42:19 -04:00
parent 0b5741194a
commit 1fcf3f79ee
2 changed files with 4 additions and 2 deletions

View File

@@ -90,7 +90,7 @@ export default function middleware({ routes, store }: {
cache_control: 'max-age=31536000'
}),
get_route_handler(client_info.assetsByChunkName, routes, store)
get_route_handler(client_info.assets, routes, store)
].filter(Boolean));
return middleware;