Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9a91687

Browse files
authored
fix(node/cli): exit process after bundling (#1097)
<!-- Thank you for contributing! --> ### Description Workaround of #985. <!-- Please insert your description here and provide especially info about the "what" this PR is solving -->
1 parent 49a134a commit 9a91687

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/rolldown/src/cli/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ const main = defineCommand({
4646
argConfig = DEFAULT_CONFIG_FILENAME
4747
}
4848
await bundle(argConfig)
49+
process.exit(0)
4950
return
5051
}
5152

0 commit comments

Comments
 (0)