Skip to content

Commit

Permalink
chore: fix markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Sep 16, 2021
1 parent 1667fd2 commit 6075c80
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions README.md
Expand Up @@ -37,9 +37,6 @@ tsup src/index.ts src/cli.ts
```

This will output `dist/index.js` and `dist/cli.js`.

Code splitting is enabled by default and supported in `cjs` and `esm` format.

## Documentation

For complete usages, please dive into the [docs](https://tsup.egoist.sh).
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Expand Up @@ -185,7 +185,7 @@ dist
└── index.js
```

## Code Splitting
### Code Splitting

Code splitting currently only works with the `esm` output format, and it's enabled by default. If you want code splitting for `cjs` output format as well, try using `--splitting` flag which is an experimental feature to get rid of [the limitation in esbuild](https://esbuild.github.io/api/#splitting).

Expand Down

1 comment on commit 6075c80

@vercel
Copy link

@vercel vercel bot commented on 6075c80 Sep 16, 2021

Choose a reason for hiding this comment

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

Please sign in to comment.