|
4 | 4 | "projectType": "application",
|
5 | 5 | "sourceRoot": "apps/ngx-bootstrap-docs/src",
|
6 | 6 | "prefix": "ngx-bootstrap-base",
|
7 |
| - "implicitDependencies": ["ngx-bootstrap"], |
| 7 | + "implicitDependencies": [ |
| 8 | + "ngx-bootstrap" |
| 9 | + ], |
8 | 10 | "targets": {
|
9 | 11 | "build": {
|
10 | 12 | "executor": "@angular-devkit/build-angular:browser",
|
11 | 13 | "options": {
|
12 | 14 | "baseHref": "/ngx-bootstrap/",
|
13 |
| - "outputPath": "dist/apps/ngx-bootstrap", |
| 15 | + "outputPath": "dist/ngx-bootstrap-docs/browser", |
14 | 16 | "index": "apps/ngx-bootstrap-docs/src/index.html",
|
15 | 17 | "main": "apps/ngx-bootstrap-docs/src/main.ts",
|
16 | 18 | "polyfills": "apps/ngx-bootstrap-docs/src/polyfills.ts",
|
17 | 19 | "tsConfig": "apps/ngx-bootstrap-docs/tsconfig.app.json",
|
18 | 20 | "aot": true,
|
19 |
| - "assets": ["apps/ngx-bootstrap-docs/src/assets", "apps/ngx-bootstrap-docs/src/404.html"], |
| 21 | + "assets": [ |
| 22 | + "apps/ngx-bootstrap-docs/src/assets", |
| 23 | + "apps/ngx-bootstrap-docs/src/404.html" |
| 24 | + ], |
20 | 25 | "styles": [
|
21 | 26 | "apps/ngx-bootstrap-docs/src/assets/css/style.scss",
|
22 | 27 | "apps/ngx-bootstrap-docs/src/assets/css/prettify-angulario.css"
|
23 | 28 | ],
|
24 | 29 | "stylePreprocessorOptions": {
|
25 |
| - "includePaths": ["src/datepicker"] |
| 30 | + "includePaths": [ |
| 31 | + "src/datepicker" |
| 32 | + ] |
26 | 33 | }
|
27 | 34 | },
|
28 | 35 | "configurations": {
|
|
89 | 96 | },
|
90 | 97 | "lint": {
|
91 | 98 | "executor": "@nx/eslint:lint"
|
| 99 | + }, |
| 100 | + "server": { |
| 101 | + "executor": "@angular-devkit/build-angular:server", |
| 102 | + "options": { |
| 103 | + "outputPath": "dist/ngx-bootstrap-docs/server", |
| 104 | + "main": "apps/ngx-bootstrap-docs/server.ts", |
| 105 | + "tsConfig": "apps/ngx-bootstrap-docs/tsconfig.server.json", |
| 106 | + "stylePreprocessorOptions": { |
| 107 | + "includePaths": [ |
| 108 | + "src/datepicker" |
| 109 | + ] |
| 110 | + } |
| 111 | + }, |
| 112 | + "configurations": { |
| 113 | + "production": { |
| 114 | + "buildOptimizer": true, |
| 115 | + "outputHashing": "media", |
| 116 | + "fileReplacements": [ |
| 117 | + { |
| 118 | + "replace": "apps/ngx-bootstrap-docs/src/environments/environment.ts", |
| 119 | + "with": "apps/ngx-bootstrap-docs/src/environments/environment.prod.ts" |
| 120 | + } |
| 121 | + ], |
| 122 | + "optimization": true, |
| 123 | + "sourceMap": false, |
| 124 | + "extractLicenses": true, |
| 125 | + "vendorChunk": false |
| 126 | + }, |
| 127 | + "development": { |
| 128 | + "buildOptimizer": false, |
| 129 | + "optimization": false, |
| 130 | + "sourceMap": true, |
| 131 | + "extractLicenses": false, |
| 132 | + "vendorChunk": true |
| 133 | + } |
| 134 | + }, |
| 135 | + "defaultConfiguration": "production" |
| 136 | + }, |
| 137 | + "serve-ssr": { |
| 138 | + "executor": "@angular-devkit/build-angular:ssr-dev-server", |
| 139 | + "configurations": { |
| 140 | + "development": { |
| 141 | + "browserTarget": "ngx-bootstrap-docs:build:development", |
| 142 | + "serverTarget": "ngx-bootstrap-docs:server:development" |
| 143 | + }, |
| 144 | + "production": { |
| 145 | + "browserTarget": "ngx-bootstrap-docs:build:production", |
| 146 | + "serverTarget": "ngx-bootstrap-docs:server:production" |
| 147 | + } |
| 148 | + }, |
| 149 | + "defaultConfiguration": "development" |
| 150 | + }, |
| 151 | + "prerender": { |
| 152 | + "executor": "@angular-devkit/build-angular:prerender", |
| 153 | + "options": { |
| 154 | + "routes": [ |
| 155 | + "/" |
| 156 | + ] |
| 157 | + }, |
| 158 | + "configurations": { |
| 159 | + "production": { |
| 160 | + "browserTarget": "ngx-bootstrap-docs:build:production", |
| 161 | + "serverTarget": "ngx-bootstrap-docs:server:production" |
| 162 | + }, |
| 163 | + "development": { |
| 164 | + "browserTarget": "ngx-bootstrap-docs:build:development", |
| 165 | + "serverTarget": "ngx-bootstrap-docs:server:development" |
| 166 | + } |
| 167 | + }, |
| 168 | + "defaultConfiguration": "production" |
92 | 169 | }
|
93 | 170 | }
|
94 | 171 | }
|
0 commit comments