On this page

webpack.cli.createColors(__namedParameters?): Colors
Attributes
__namedParameters:<ColorsOptions>
options
Returns:<Colors>
colors

webpack.cli.getArguments(schema?): Flags
Attributes
a json schema to create arguments for (by default webpack schema is used)
Returns:
{Flags} object of arguments

webpack.cli.isColorSupported(): boolean
Returns:<boolean>
true when colors supported, otherwise false

webpack.cli.processArguments(args, config, values): void
  • args {Flags} object of arguments
  • config {ObjectConfiguration} configuration
  • values {Values} object with values
  • Returns: <null> | <Problem[]> problems or null for success