We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ec9a77 commit 65d2de7Copy full SHA for 65d2de7
1 file changed
examples/jsm/physics/RapierPhysics.js
@@ -97,7 +97,7 @@ async function RapierPhysics() {
97
98
if ( RAPIER === null ) {
99
100
- RAPIER = await import( `${RAPIER_PATH}` );
+ RAPIER = await import( RAPIER_PATH /* @vite-ignore */ );
101
await RAPIER.init();
102
103
}
0 commit comments