Преглед на файлове

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

Alvaro Saburido преди 2 години
родител
ревизия
c5d19bc76a
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  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'],
   },
 })