-
-
Notifications
You must be signed in to change notification settings - Fork 36k
Closed
Milestone
Description
Description
As the title says.
Reproduction steps
- pnpm create vite@latest app --template vanilla
- replace code to
main.js
- pnpm build
// main.js
import { MathUtils } from "three";
const v = MathUtils.clamp(0.5, 0, 1);
console.log(v);
Code
// main.js
import { MathUtils } from "three";
const v = MathUtils.clamp(0.5, 0, 1);
console.log(v);
Live example
None
Screenshots
No response
Version
dev
Device
Desktop
Browser
No response
OS
Windows
Metadata
Metadata
Assignees
Labels
No labels