UNPKG

@tanstack/router-core

Version:

Modern and scalable routing for React applications

13 lines (12 loc) 411 B
import { ShallowErrorPlugin } from "./ShallowErrorPlugin.js"; import { RawStreamSSRPlugin } from "./RawStream.js"; import { ReadableStreamPlugin } from "seroval-plugins/web"; //#region src/ssr/serializer/seroval-plugins.ts var defaultSerovalPlugins = [ ShallowErrorPlugin, RawStreamSSRPlugin, ReadableStreamPlugin ]; //#endregion export { defaultSerovalPlugins }; //# sourceMappingURL=seroval-plugins.js.map