File tree 1 file changed +11
-0
lines changed
1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,17 @@ Options:
64
64
--no-experiments-asset Negative 'experiments-asset' option.
65
65
--experiments-async-web-assembly Support WebAssembly as asynchronous EcmaScript Module.
66
66
--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.
67
78
--experiments-execute-module Enable build-time execution of modules from the module graph for plugins and loaders.
68
79
--no-experiments-execute-module Negative 'experiments-execute-module' option.
69
80
--experiments-layers Enable module and chunk layers.
You can’t perform that action at this time.
0 commit comments