Skip to content

Commit a4c83e9

Browse files
authored
docs: update cli options (#2892)
1 parent f8bd91d commit a4c83e9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

OPTIONS.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,17 @@ Options:
6464
--no-experiments-asset Negative 'experiments-asset' option.
6565
--experiments-async-web-assembly Support WebAssembly as asynchronous EcmaScript Module.
6666
--no-experiments-async-web-assembly Negative 'experiments-async-web-assembly' option.
67+
--experiments-build-http Build http(s): urls using a lockfile and resource content cache.
68+
--no-experiments-build-http Negative 'experiments-build-http' option.
69+
--experiments-build-http-cache-location <value> Location where resource content is stored for lockfile entries. It's also possible to disable storing by passing
70+
false.
71+
--no-experiments-build-http-cache-location Negative 'experiments-build-http-cache-location' option.
72+
--experiments-build-http-frozen When set, anything that would lead to a modification of the lockfile or any resource content, will result in an error.
73+
--no-experiments-build-http-frozen Negative 'experiments-build-http-frozen' option.
74+
--experiments-build-http-lockfile-location <value> Location of the lockfile.
75+
--experiments-build-http-upgrade When set, resources of existing lockfile entries will be fetched and entries will be upgraded when resource content
76+
has changed.
77+
--no-experiments-build-http-upgrade Negative 'experiments-build-http-upgrade' option.
6778
--experiments-execute-module Enable build-time execution of modules from the module graph for plugins and loaders.
6879
--no-experiments-execute-module Negative 'experiments-execute-module' option.
6980
--experiments-layers Enable module and chunk layers.

0 commit comments

Comments
 (0)