You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: OPTIONS.md
+18-1Lines changed: 18 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,6 +105,8 @@ Options:
105
105
--experiments-lazy-compilation-test <value> Specify which entrypoints or import()ed modules should be lazily compiled. This is matched with the imported module and not the entrypoint name.
106
106
--experiments-output-module Allow output javascript files as module source type.
--module-parser-javascript-require-js Enable/disable parsing of require.js special syntax like require.config, requirejs.config, require.version and requirejs.onError.
--module-parser-javascript-strict-export-presence Deprecated in favor of "exportsPresence". Emit errors instead of warnings when imported names don't exist in imported module.
--module-parser-javascript-auto-require-js Enable/disable parsing of require.js special syntax like require.config, requirejs.config, require.version and requirejs.onError.
--module-parser-javascript-auto-strict-export-presence Deprecated in favor of "exportsPresence". Emit errors instead of warnings when imported names don't exist in imported module.
--module-parser-javascript-dynamic-require-js Enable/disable parsing of require.js special syntax like require.config, requirejs.config, require.version and requirejs.onError.
--module-parser-javascript-dynamic-strict-export-presence Deprecated in favor of "exportsPresence". Emit errors instead of warnings when imported names don't exist in imported module.
--module-parser-javascript-esm-require-js Enable/disable parsing of require.js special syntax like require.config, requirejs.config, require.version and requirejs.onError.
--module-parser-javascript-esm-strict-export-presence Deprecated in favor of "exportsPresence". Emit errors instead of warnings when imported names don't exist in imported module.
--module-rules-resource <value...> Match the resource path of the module.
@@ -1323,9 +1338,11 @@ Options:
1323
1338
--stats-warnings-filter <value...> Suppress listing warnings that match the specified filters (they will still be counted). Filters can be Strings, RegExps or Functions.
1324
1339
--stats-warnings-filter-reset Clear all items provided in 'stats.warningsFilter' configuration. Suppress listing warnings that match the specified filters (they will still be counted). Filters can be Strings, RegExps or Functions.
1325
1340
--stats-warnings-space <value> Space to display warnings (value is in number of lines).
1326
-
-t, --target <value...> Environment to build for. Environment to build for. An array of environments to build for all of them when possible.
1341
+
-t, --target <value...> Specific environment, runtime, or syntax. Environment to build for. An array of environments to build for all of them when possible.
1327
1342
--no-target Negative 'target' option.
1328
1343
--target-reset Clear all items provided in 'target' configuration. Environment to build for. An array of environments to build for all of them when possible.
1344
+
--validate Enable validation of webpack configuration. Defaults to true in development mode. In production mode, defaults to true unless futureDefaults is enabled, then defaults to false.
1345
+
--no-validate Negative 'validate' option.
1329
1346
-w, --watch Enter watch mode, which rebuilds on file change.
1330
1347
--no-watch Negative 'watch' option.
1331
1348
--watch-options-aggregate-timeout <value> Delay the rebuilt after the first change. Value is a time in ms.
Copy file name to clipboardExpand all lines: SERVE-OPTIONS-v5.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Options:
22
22
--name <value> Name of the configuration. Used when loading multiple configurations.
23
23
-o, --output-path <value> The output directory as **absolute path** (required).
24
24
--stats [value] Stats options object or preset name.
25
-
-t, --target <value...> Environment to build for. Environment to build for. An array of environments to build for all of them when possible.
25
+
-t, --target <value...> Specific environment, runtime, or syntax. Environment to build for. An array of environments to build for all of them when possible.
26
26
-w, --watch Enter watch mode, which rebuilds on file change.
27
27
--watch-options-stdin Stop watching when stdin stream has ended.
28
28
--allowed-hosts <value...> Allows to enumerate the hosts from which access to the dev server are allowed (useful when you are proxying dev server, by default is 'auto').
0 commit comments