lwr build

The lwr build command generates static site files as well as any configuration files for specified command {options}.

OptionTypeRequired/OptionalDescription
-t, --target <target>StringOptionalSet the site deployment target. If a target isn’t specified, the default value is default. Accepted values are:
  • default - Generates the static site wouthout any configuration options.
  • mrt - Generates the static site with a Managed Runtime configuration.
  • netlify - Generates the static site with a Netlify configuration.
-m, --mode <mode>StringOptionalSet the server mode. Accepted values are prod and prod-compat.
-o, --output <directory>StringOptionalSet the output directory for all of your static site files. If a directory isn’t specified, the default value is app.
--cleanBooleanOptionalDelete an existing output directory. If the specified output directory already exists, the console logs a warning. By default, an existing output directory isn’t deleted.
-r, --routes <routes...>RoutesOptionalSpecify the routes to include during the build using regex. If routes aren’t specified, the default value is [].
-m, --modules <modules...>ModulesOptionalSpecify additional modules to be generated during the build. If modules aren’t specified, the default value is [].
-l, --locales <locales...>LocalesOptionalSpecify the list of locales to build your site for. The default value is ['en'].
--minifyBooleanOptionalMinify the build output. By default, build output isn’t minified.
-h, --helpOptionalView help text for lwr build options in the CLI.

Developer Preview Feature

Feature is available as a developer preview. Feature is not generally available unless or until Salesforce announces its general availability in documentation or in press releases or public statements. All commands, parameters, and other features are subject to change or deprecation at any time, with or without notice. Do not implement functionality developed with these commands or tools.

DID THIS ARTICLE SOLVE YOUR ISSUE?
Let us know so we can improve!