79487034

Date: 2025-03-05 16:07:11
Score: 0.5
Natty:
Report link

This error will be resolved after Rapier.js is updated after v0.14.0.

In the meantime, you can add the following code to your vite.config.js file to disable treeshaking when the app is built.

build: {
    rollupOptions: {
      treeshake: false
    }
  }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: doppler