Parcourir la source

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

Alvaro Saburido il y a 2 ans
Parent
commit
c5d19bc76a
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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'],
   },
 })