Skip to content

Commit

Permalink
chore(docs): mention target in programmatic api (#1054)
Browse files Browse the repository at this point in the history
- Fixes #1053
  • Loading branch information
styfle committed Mar 17, 2023
1 parent a45f966 commit e24eebf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ require('@vercel/ncc')('/path/to/input', {
sourceMapRegister: true, // default
watch: false, // default
license: '', // default does not generate a license file
target: 'es2015', // default
v8cache: false, // default
quiet: false, // default
debugLog: false // default
Expand Down

0 comments on commit e24eebf

Please sign in to comment.