The module "./examples/jsm/utils/BufferGeometryUtils" was not found on the file system:

hello ,after update from r136 to r138,I got this error

The module “./examples/jsm/utils/BufferGeometryUtils” was not found on the file system:

here is code ,I use esbuild and js .

var three_examples_jsm_utils_BufferGeometryUtils = require("three/examples/jsm/utils/BufferGeometryUtils");//error.

var three_src_math_MathUtils = require("three").MathUtils;//work

sorry,it’s my bad…

var three_examples_jsm_utils_BufferGeometryUtils = require(“three”).BufferGeometryUtils;

work.