|
190 | 190 | "builder": "@angular-devkit/build-angular:extract-i18n"
|
191 | 191 | }
|
192 | 192 | }
|
| 193 | + }, |
| 194 | + "angular-redux-auto-dispatch-demo": { |
| 195 | + "projectType": "application", |
| 196 | + "schematics": {}, |
| 197 | + "root": "projects/angular-redux-auto-dispatch-demo", |
| 198 | + "sourceRoot": "projects/angular-redux-auto-dispatch-demo/src", |
| 199 | + "prefix": "app", |
| 200 | + "architect": { |
| 201 | + "build": { |
| 202 | + "builder": "@angular-devkit/build-angular:application", |
| 203 | + "options": { |
| 204 | + "outputPath": "dist/angular-redux-auto-dispatch-demo", |
| 205 | + "index": "projects/angular-redux-auto-dispatch-demo/src/index.html", |
| 206 | + "browser": "projects/angular-redux-auto-dispatch-demo/src/main.ts", |
| 207 | + "polyfills": [ |
| 208 | + "zone.js" |
| 209 | + ], |
| 210 | + "tsConfig": "projects/angular-redux-auto-dispatch-demo/tsconfig.app.json", |
| 211 | + "assets": [ |
| 212 | + { |
| 213 | + "glob": "**/*", |
| 214 | + "input": "projects/angular-redux-auto-dispatch-demo/public" |
| 215 | + } |
| 216 | + ], |
| 217 | + "styles": [ |
| 218 | + "projects/angular-redux-auto-dispatch-demo/src/styles.css" |
| 219 | + ], |
| 220 | + "scripts": [] |
| 221 | + }, |
| 222 | + "configurations": { |
| 223 | + "production": { |
| 224 | + "budgets": [ |
| 225 | + { |
| 226 | + "type": "initial", |
| 227 | + "maximumWarning": "500kB", |
| 228 | + "maximumError": "1MB" |
| 229 | + }, |
| 230 | + { |
| 231 | + "type": "anyComponentStyle", |
| 232 | + "maximumWarning": "4kB", |
| 233 | + "maximumError": "8kB" |
| 234 | + } |
| 235 | + ], |
| 236 | + "outputHashing": "all" |
| 237 | + }, |
| 238 | + "development": { |
| 239 | + "optimization": false, |
| 240 | + "extractLicenses": false, |
| 241 | + "sourceMap": true |
| 242 | + } |
| 243 | + }, |
| 244 | + "defaultConfiguration": "production" |
| 245 | + }, |
| 246 | + "serve": { |
| 247 | + "builder": "@angular-devkit/build-angular:dev-server", |
| 248 | + "configurations": { |
| 249 | + "production": { |
| 250 | + "buildTarget": "angular-redux-auto-dispatch-demo:build:production" |
| 251 | + }, |
| 252 | + "development": { |
| 253 | + "buildTarget": "angular-redux-auto-dispatch-demo:build:development" |
| 254 | + } |
| 255 | + }, |
| 256 | + "defaultConfiguration": "development" |
| 257 | + }, |
| 258 | + "extract-i18n": { |
| 259 | + "builder": "@angular-devkit/build-angular:extract-i18n" |
| 260 | + } |
| 261 | + } |
193 | 262 | }
|
194 | 263 | }
|
195 | 264 | }
|
0 commit comments