seanmcquaid/scaffolding-templates

Implement all future flags for Remix templates

Closed this issue · 1 comments

interface FutureConfig {
    v3_fetcherPersist: boolean;
    v3_relativeSplatPath: boolean;
    v3_throwAbortReason: boolean;
    unstable_singleFetch: boolean;
    unstable_lazyRouteDiscovery: boolean;
    unstable_optimizeDeps: boolean;
}