Skip to content

Commit

Permalink
chore: correct default value jsdoc of splitting
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Aug 29, 2023
1 parent ec83015 commit 9b81362
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,9 @@ export type Options = {
replaceNodeEnv?: boolean
/**
* Code splitting
* Default to `true`
* You may want to disable code splitting sometimes: [`#255`](https://github.com/egoist/tsup/issues/255)
* Default to `true` for ESM, `false` for CJS.
*
* You can set it to `true` explicitly, and may want to disable code splitting sometimes: [`#255`](https://github.com/egoist/tsup/issues/255)
*/
splitting?: boolean
/**
Expand Down

1 comment on commit 9b81362

@vercel
Copy link

@vercel vercel bot commented on 9b81362 Aug 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

tsup – ./

tsup-git-main-egoist.vercel.app
tsup-egoist.vercel.app
tsup.vercel.app
tsup.egoist.dev

Please sign in to comment.