https://github.com/angular/angular
Raw File
Tip revision: 73261a8b7080b03caff1ee813f791bdb72668937 authored by Igor Minar on 21 March 2018, 04:37:12 UTC
docs: add changelog for 6.0.0-rc.0
Tip revision: 73261a8
.angular-cli.json
{
  "$schema": "./node_modules/@angular/cli/lib/config/schema.json",
  "project": {
    "name": "site"
  },
  "apps": [
    {
      "root": "src",
      "outDir": "dist",
      "assets": [
        "assets",
        "generated",
        "app/search/search-worker.js",
        "favicon.ico",
        "pwa-manifest.json",
        "google385281288605d160.html",
        { "glob": "custom-elements.min.js", "input": "../node_modules/@webcomponents/custom-elements", "output": "./assets/js" },
        { "glob": "native-shim.js", "input": "../node_modules/@webcomponents/custom-elements/src", "output": "./assets/js" }
      ],
      "index": "index.html",
      "main": "main.ts",
      "polyfills": "polyfills.ts",
      "test": "test.ts",
      "tsconfig": "tsconfig.app.json",
      "testTsconfig": "tsconfig.spec.json",
      "prefix": "aio",
      "serviceWorker": false,
      "styles": [
        "styles.scss"
      ],
      "scripts": [
      ],
      "environmentSource": "environments/environment.ts",
      "environments": {
        "dev": "environments/environment.ts",
        "next": "environments/environment.next.ts",
        "stable": "environments/environment.stable.ts",
        "archive": "environments/environment.archive.ts"
      }
    }
  ],
  "e2e": {
    "protractor": {
      "config": "tests/e2e/protractor.conf.js"
    }
  },
  "lint": [
    {
      "project": "src/tsconfig.app.json"
    },
    {
      "project": "src/tsconfig.spec.json"
    },
    {
      "project": "tests/e2e/tsconfig.e2e.json"
    }
  ],
  "test": {
    "karma": {
      "config": "src/karma.conf.js"
    }
  },
  "defaults": {
    "styleExt": "scss",
    "component": {
      "inlineStyle": true
    },
    "build": {
      "namedChunks": true
    }
  }
}
back to top