Open
Description
Reproduction link or steps
https://stackblitz.com/edit/github-xis34qga?file=src%2Fconfig.ts
(Originally produced in https://socket.dev/npm/package/uploadthing/files/7.7.3/dist/upload-builder-RrqQb3by.cjs#L43)
What is expected?
import.meta
usage should be transpiled to undefined in the cjs output
What is actually happening?
the reference is still there:
Any additional comments?
No response