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 };
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 ofdist/core/misc/index.d.ts
is: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