|
21 | 21 | "outputPath": "dist",
|
22 | 22 | "index": "src/index.html",
|
23 | 23 | "main": "src/main.ts",
|
24 |
| - "polyfills": "src/polyfills.ts", |
| 24 | + "polyfills": ["zone.js"], |
25 | 25 | "tsConfig": "tsconfig.app.json",
|
26 | 26 | "inlineStyleLanguage": "scss",
|
27 | 27 | "assets": ["src/favicon.ico", "src/assets", "src/img"],
|
|
77 | 77 | "serve": {
|
78 | 78 | "builder": "@angular-devkit/build-angular:dev-server",
|
79 | 79 | "options": {
|
80 |
| - "browserTarget": "bot:build" |
| 80 | + "buildTarget": "bot:build" |
81 | 81 | },
|
82 | 82 | "configurations": {
|
83 | 83 | "production": {
|
84 |
| - "browserTarget": "bot:build:production" |
| 84 | + "buildTarget": "bot:build:production" |
85 | 85 | },
|
86 | 86 | "dev": {
|
87 |
| - "browserTarget": "bot:build:dev" |
| 87 | + "buildTarget": "bot:build:dev" |
88 | 88 | }
|
89 | 89 | },
|
90 | 90 | "defaultConfiguration": "dev"
|
91 | 91 | },
|
92 | 92 | "extract-i18n": {
|
93 | 93 | "builder": "@angular-devkit/build-angular:extract-i18n",
|
94 | 94 | "options": {
|
95 |
| - "browserTarget": "bot:build" |
| 95 | + "buildTarget": "bot:build" |
96 | 96 | }
|
97 | 97 | },
|
98 | 98 | "test": {
|
99 | 99 | "builder": "@angular-devkit/build-angular:karma",
|
100 | 100 | "options": {
|
101 | 101 | "main": "src/test.ts",
|
102 | 102 | "preserveSymlinks": true,
|
103 |
| - "polyfills": "src/polyfills.ts", |
| 103 | + "polyfills": ["zone.js"], |
104 | 104 | "tsConfig": "tsconfig.spec.json",
|
105 | 105 | "karmaConfig": "karma.conf.js",
|
106 | 106 | "styles": ["src/styles.css"],
|
|
118 | 118 | }
|
119 | 119 | },
|
120 | 120 | "cli": {
|
121 |
| - "schematicCollections": [ |
122 |
| - "@angular-eslint/schematics" |
123 |
| - ], |
| 121 | + "schematicCollections": ["@angular-eslint/schematics"], |
124 | 122 | "analytics": false
|
125 | 123 | }
|
126 | 124 | }
|
0 commit comments