JSON Schema Property 'build'

Description

Properties to be passed to the build command.

Diagram

Drilldown into /properties/defaults/properties/build/properties/showCircularDependencies Drilldown into /properties/defaults/properties/build/properties/showCircularDependencies Drilldown into /properties/defaults/properties/build/properties/showCircularDependencies Drilldown into /properties/defaults/properties/build/properties/preserveSymlinks Drilldown into /properties/defaults/properties/build/properties/preserveSymlinks Drilldown into /properties/defaults/properties/build/properties/preserveSymlinks Drilldown into /properties/defaults/properties/build/properties/deleteOutputPath Drilldown into /properties/defaults/properties/build/properties/deleteOutputPath Drilldown into /properties/defaults/properties/build/properties/deleteOutputPath Drilldown into /properties/defaults/properties/build/properties/progress Drilldown into /properties/defaults/properties/build/properties/progress Drilldown into /properties/defaults/properties/build/properties/progressJSON Schema Diagram of /properties/defaults/properties/build

Value

Object

Properties

Property Name Type Description
sourcemaps boolean A Boolean value
Output sourcemaps..
baseHref string A String value
Base url for the application being built..
progress boolean progress
poll number A Number value
Enable and define the file watching poll time period (milliseconds)..
deleteOutputPath boolean deleteOutputPath
preserveSymlinks boolean preserveSymlinks
showCircularDependencies boolean showCircularDependencies
Additional Properties Type Description
Any Property Any All values are valid, no restrictions.

Source

"build": {
    "type": "object",
    "description": "Properties to be passed to the build command.",
    "properties": {
        "sourcemaps": {
            "type": "boolean",
            "description": "Output sourcemaps."
        },
        "baseHref": {
            "type": "string",
            "description": "Base url for the application being built."
        },
        "progress": {
            "type": "boolean",
            "description": "The ssl key used by the server.",
            "default": true
        },
        "poll": {
            "type": "number",
            "description": "Enable and define the file watching poll time period (milliseconds)."
        },
        "deleteOutputPath": {
            "type": "boolean",
            "description": "Delete output path before build.",
            "default": true
        },
        "preserveSymlinks": {
            "type": "boolean",
            "description": "Do not use the real path when resolving modules.",
            "default": false
        },
        "showCircularDependencies": {
            "type": "boolean",
            "description": "Show circular dependency warnings on builds.",
            "default": true
        }
    }
}
https://raw.githubusercontent.com/angular/angular-cli/master/packages/@angular/cli/lib/config/schema.json (449:16)
Documentation for .angular-cli.json
Generated using Liquid Studio 2018 - Developer Bundle Edition 16.0.0.0