I'm testing ESM with a create-react-app -template typescript. The project run successfully locally in the dev environment. But when build and deployed, it doesn't draw any features, with errors below. Greatly appreciate any advices.

I'm testing with the sample from jsapi-resources. Converted to Typescript.
I installed tslib. And also tried tsconfig target from "ES2019" to "ES6".