Skip to content

Commit a71918b

Browse files
authored
Update option docs for --externals (default peerDependencies & dependencies) (#636)
1 parent 58288ec commit a71918b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ Options
213213
-f, --format Only build specified formats (any of modern,es,cjs,umd or iife) (default modern,es,cjs,umd)
214214
-w, --watch Rebuilds on any change (default false)
215215
--target Specify your target environment (node or web) (default web)
216-
--external Specify external dependencies, or 'none'
216+
--external Specify external dependencies, or 'none' (default peerDependencies and dependencies in package.json)
217217
--globals Specify globals dependencies, or 'none'
218218
--define Replace constants with hard-coded values
219219
--alias Map imports to different modules

0 commit comments

Comments
 (0)