Tresjs / cientos

Collection of useful helpers and fully functional, ready-made abstractions for TresJS
https://cientos.tresjs.org/
MIT License
288 stars 40 forks source link

BakeShadows is missing from dist folder in v3.7.0 #334

Closed zx69 closed 10 months ago

zx69 commented 10 months ago

Describe the bug

In v3.7.0, I can‘t find BakeShadows or its exported in path dist/core/misc. Did there be an error during packaging? thanks. The content of dist/core/misc/index.d.ts is:

import { useTweakPane } from './useTweakPane';
import { Stats } from './Stats';
import { StatsGl } from './StatsGl';
import Html from './html/HTML.vue';
export { useTweakPane, Html, Stats, StatsGl };

Reproduction

https://stackblitz.com/edit/tresjs-basic?file=package.json,src%2Fcomponents%2FTheExperience.vue

Steps to reproduce

No response

System Info

No response

Used Package Manager

npm

Code of Conduct

stackblitz[bot] commented 10 months ago

Fix this issue in StackBlitz Codeflow Start a new pull request in StackBlitz Codeflow.