mirror of
https://github.com/egoist/tsup.git
synced 2025-12-08 20:35:58 +00:00
Clarify definition of custom output file names in docs (#911)
This commit is contained in:
parent
a0362424a3
commit
e3f02be280
@ -162,7 +162,11 @@ Beside using positional arguments `tsup [...files]` to specify multiple entrypoi
|
||||
```bash
|
||||
# Outputs `dist/a.js` and `dist/b.js`.
|
||||
tsup --entry src/a.ts --entry src/b.ts
|
||||
```
|
||||
|
||||
The associated output file names can be defined as follows:
|
||||
|
||||
```bash
|
||||
# Outputs `dist/foo.js` and `dist/bar.js`.
|
||||
tsup --entry.foo src/a.ts --entry.bar src/b.ts
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user