79586599

Date: 2025-04-22 13:35:06
Score: 1
Natty:
Report link

Adding this to vite config will solve the problem:

{
  build: {
    target: "es2022"
  },
  esbuild: {
    target: "es2022"
  },
  optimizeDeps:{
    esbuildOptions: {
      target: "es2022",
    }
  }
}

Find more here: https://github.com/mozilla/pdf.js/issues/17245

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