WuKongIMDocs/.dumi/tmp/core/exportStaticRuntimePlugin.ts
2023-07-01 19:40:34 +08:00

12 lines
278 B
TypeScript

// @ts-nocheck
// This file is generated by Umi automatically
// DO NOT CHANGE IT MANUALLY!
export function modifyClientRenderOpts(memo: any) {
const { history, hydrate } = memo;
return {
...memo,
hydrate: hydrate && ![].includes(history.location.pathname),
};
}