Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 06de539

Browse files
author
CI User
committed
CLI documentation update from CI
1 parent d0183b7 commit 06de539

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

cli/v8

Submodule v8 updated 72 files

content/cli/v8/configuring-npm/package-json.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -848,6 +848,10 @@ include any versions, as that information is specified in `dependencies`.
848848

849849
If this is spelled `"bundleDependencies"`, then that is also honored.
850850

851+
Alternatively, `"bundledDependencies"` can be defined as a boolean value. A
852+
value of `true` will bundle all dependencies, a value of `false` will bundle
853+
none.
854+
851855
### optionalDependencies
852856

853857
If a dependency can be used, but you would like npm to proceed if it cannot

content/cli/v8/using-npm/config.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1198,6 +1198,8 @@ When package package-locks are disabled, automatic pruning of extraneous
11981198
modules will also be disabled. To remove extraneous modules with
11991199
package-locks disabled use `npm prune`.
12001200

1201+
This configuration does not affect `npm ci`.
1202+
12011203
<!-- automatically generated, do not edit manually -->
12021204
<!-- see lib/utils/config/definitions.js -->
12031205

0 commit comments

Comments
 (0)