We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9b539b commit 3d76762Copy full SHA for 3d76762
packages/react-router-dev/vite/plugins/validate-plugin-order.ts
@@ -16,10 +16,6 @@ export default function validatePluginOrder(): Vite.Plugin {
16
];
17
for (let prePlugin of rollupPrePlugins) {
18
let prePluginIndex = pluginIndex(prePlugin.pluginName);
19
- console.log(
20
- prePluginIndex,
21
- pluginIndex(["react-router", "react-router/rsc"]),
22
- );
23
if (
24
prePluginIndex >= 0 &&
25
prePluginIndex > pluginIndex(["react-router", "react-router/rsc"])
0 commit comments