Ver Fonte

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

Alvaro Saburido há 2 anos atrás
pai
commit
c5d19bc76a
1 ficheiros alterados com 1 adições e 0 exclusões
  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'],
   },
 })