mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-11 09:51:30 +00:00
Use `isBuiltin` from the `module` package to dynamically exclude all Node.js built-in modules from the bundle, preventing rollup from trying to bundle core modules like path, fs, crypto, etc. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>