79149443

Date: 2024-11-01 21:19:57
Score: 2
Natty:
Report link

The problem is likely caused by the vite SSR step. Edit your vite.config.ts with:

... defineConfig({
  plugins: [ ... ],
  ssr: {
    noExternal: [
      "some-lib,
    ],
  },
})

Similar issue here: https://github.com/vitejs/vite/discussions/16190

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: joshuata