79686540

Date: 2025-07-01 19:53:50
Score: 1.5
Natty:
Report link

I'm not sure this resolves the issue, the vite dev react-router is not for releases. I have also tried to configure the react-router package without any luck.

export default defineConfig({
  optimizeDeps: {
    include: ['react-router-dom'],
  },
  build: {
    commonjsOptions: {
      include: [/react-router/, /node_modules/],
    },
  }
});
Reasons:
  • Blacklisted phrase (1.5): any luck
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Brian Lee