浏览代码

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'],
   },
 })