beckelmw
Results
2
comments of
beckelmw
This change in serdes.js seems to fix the issue: ``` export function deserializeResponse(response : SerializedResponseType) : ZalgoPromise { return response.text().then(text => { text = text || null; //
I ended up working around this with a custom plugin which copies the file where it needs to be during hydrate. ```javascript module.exports = { hydrate: { copy: async ({...