BufferGeometryUtils import error

I get

The requested module ‘/node_modules/.vite/deps/three.js?v=b6722174’ does not provide an export named ‘BufferGeometryUtils’

once building (exporting) locally, but I don’t get any error messages in VSCode.
Anyone successfully managed to import and use BufferGeometryUtils ?

Original Post on Discord

by user 700879811085598831

How do you import them?

try like this:
import { computeMikkTSpaceTangents } from "three/examples/jsm/utils/BufferGeometryUtils.js";