Justin Gilman

Results 3 comments of Justin Gilman

Any chance of this getting pulled into the main branch? Or was there a better solution incorporated that I don't know about?

I am also having this issue. `vite build` works fine but when I try to view the built project, I get the same error ```Uncaught (in promise) TypeError: Cannot read...

> Another solution which doesn't need a change from rapier is to disable tree shaking from the vite config. > > ```diff > // vite.config.ts > + build: { >...