@tanstack/router-core
Version:
Modern and scalable routing for React applications
14 lines (13 loc) • 489 B
JavaScript
import { ShallowErrorPlugin } from "./ShallowErrorPlugin.js";
import { RawStreamSSRPlugin } from "./RawStreamSSRPlugin.js";
import { ReadableStreamPlugin } from "seroval-plugins/web";
//#region src/ssr/serializer/seroval-plugins.ssr.ts
/** Server-only plugins for streaming hydration data into HTML. */
const ssrSerovalPlugins = [
ShallowErrorPlugin,
RawStreamSSRPlugin,
ReadableStreamPlugin
];
//#endregion
export { ssrSerovalPlugins };
//# sourceMappingURL=seroval-plugins.ssr.js.map