79466574

Date: 2025-02-25 12:41:23
Score: 1
Natty:
Report link
export default defineConfig({
  ...,

  assetsInclude: ["**/*.onnx"],
  optimizeDeps: {
    exclude: ["onnxruntime-web"],
  },

  ...
});

Try using this. It fixed it for me.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Lan Vukušič