Browse Source

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

Alvaro Saburido 2 năm trước cách đây
mục cha
commit
c5d19bc76a
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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'],
   },
 })