matrix-public-archive/server/hydrogen-render
Eric Eastwood f71fc2bb9c
Cache derived info from the `manifest.json` (#191)
- Like getting all of the dependencies for a given entry point
 - And the favicons
 
Also fix the problem where `server/hydrogen-render/render-page-html.js` was calling `getFaviconAssetUrls()` right away before the client build had a chance to generate `dist/manifest.json` and result in `Error: Cannot find module '../../dist/manifest.json'`
2023-04-26 17:04:49 -05:00
..
render-hydrogen-to-string-unsafe.js Only assign `vmContext.global.crypto` if not already global (#143) 2022-11-18 12:27:50 -06:00
render-hydrogen-to-string.js Only `require.resolve(...)` the path once (#180) 2023-04-25 00:50:43 -05:00
render-hydrogen-vm-render-script-to-page-html.js Production ready build (#175) 2023-04-24 23:50:53 -05:00
render-page-html.js Cache derived info from the `manifest.json` (#191) 2023-04-26 17:04:49 -05:00