heike2718 / authenticationprovider

Alle services und apps für die egladil-Benutzerverwaltung
https://opa-wetterwachs.de
MIT License
0 stars 0 forks source link

Konfiguration output-path für build #77

Open heike2718 opened 1 week ago

heike2718 commented 1 week ago
  "targets": {
    "build": {
      "executor": "@angular-devkit/build-angular:application",
      "outputs": ["{options.outputPath}"],
      "options": {
        "outputPath": {
          "base": "dist/oasis-migrations-app",
          "browser": ""
        },
        "index": "./src/index.html",
        "browser": "src/main.ts",
        "polyfills": ["zone.js"],
        "tsConfig": "tsconfig.app.json",
        "inlineStyleLanguage": "scss",
        "assets": ["src/favicon.ico", "src/assets"],
        "styles": [
          "./src/app/shell/layout/scss/theme.scss",          
          "./src/styles.scss",
          "node_modules/material-icons/iconfont/material-icons.scss"
        ],
        "scripts": []
      },
...