Browse Source

chore: add playground three dedupe again vite.config.ts

Alvaro Saburido 2 years ago
parent
commit
c5d19bc76a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      playground/vite.config.ts

+ 1 - 0
playground/vite.config.ts

@@ -36,5 +36,6 @@ export default defineConfig({
       '@tresjs/core': resolve(__dirname, '../src/index.ts'),
       '/@': resolve(__dirname, '../src'),
     },
+    dedupe: ['three'],
   },
 })