diff --git a/contributors.yml b/contributors.yml index 3f1fe05cb0..4128c0a57c 100644 --- a/contributors.yml +++ b/contributors.yml @@ -16,6 +16,7 @@ - akamfoad - alany411 - alberto +- albertusdev - Aleuck - alexandernanberg - alexanderson1993 @@ -368,4 +369,4 @@ - ytori - yuleicul - zeromask1337 -- zheng-chuang +- zheng-chuang \ No newline at end of file diff --git a/packages/react-router-dev/vite.ts b/packages/react-router-dev/vite.ts index ad15c60bb5..c9d741cd0c 100644 --- a/packages/react-router-dev/vite.ts +++ b/packages/react-router-dev/vite.ts @@ -1 +1,4 @@ -export { reactRouterVitePlugin as reactRouter } from "./vite/plugin"; +export { + reactRouterVitePlugin as reactRouter, + setReactRouterDevLoadContext, +} from "./vite/plugin";