@react-router/dev 0.0.0-experimental-fbc98d36c → 0.0.0-experimental-6336d71a9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cli/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env node
2
2
  /**
3
- * @react-router/dev v0.0.0-experimental-fbc98d36c
3
+ * @react-router/dev v0.0.0-experimental-6336d71a9
4
4
  *
5
5
  * Copyright (c) Remix Software Inc.
6
6
  *
package/dist/config.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @react-router/dev v0.0.0-experimental-fbc98d36c
2
+ * @react-router/dev v0.0.0-experimental-6336d71a9
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -0,0 +1,9 @@
1
+ import * as Vite from 'vite';
2
+
3
+ declare function reactRouterRSCVitePlugin(): Vite.PluginOption[];
4
+
5
+ declare const __INTERNAL_DO_NOT_USE_OR_YOU_WILL_GET_A_STRONGLY_WORDED_LETTER__: {
6
+ unstable_reactRouterRSC: typeof reactRouterRSCVitePlugin;
7
+ };
8
+
9
+ export { __INTERNAL_DO_NOT_USE_OR_YOU_WILL_GET_A_STRONGLY_WORDED_LETTER__ };