Version
Details
import { fileURLToPath } from 'url';
const __filename = fileURLToPath(import.meta.url);
console.log(__filename);

Reproduce link
https://github.com/chenjiahan/rslib-repro-cjs-filename
Reproduce Steps
- pnpm i
- pnpm run build
- node ./dist/index.cjs