|
28 | 28 | "builder": "@angular/build:karma", |
29 | 29 | "options": { |
30 | 30 | "main": "projects/angular-auth-oidc-client/src/test.ts", |
| 31 | + "polyfills": ["zone.js", "zone.js/testing"], |
31 | 32 | "tsConfig": "projects/angular-auth-oidc-client/tsconfig.spec.json", |
32 | 33 | "karmaConfig": "projects/angular-auth-oidc-client/karma.conf.js", |
33 | 34 | "codeCoverageExclude": ["/**/*mock*.ts", "**/*.md"] |
|
506 | 507 | "base": "dist/sample-code-flow-azuread" |
507 | 508 | }, |
508 | 509 | "index": "projects/sample-code-flow-azuread/src/index.html", |
509 | | - "polyfills": [ |
510 | | - "projects/sample-code-flow-azuread/src/polyfills.ts" |
511 | | - ], |
| 510 | + "polyfills": ["projects/sample-code-flow-azuread/src/polyfills.ts"], |
512 | 511 | "tsConfig": "projects/sample-code-flow-azuread/tsconfig.app.json", |
513 | 512 | "aot": true, |
514 | 513 | "assets": [ |
|
847 | 846 | "base": "dist/sample-code-flow-auth0" |
848 | 847 | }, |
849 | 848 | "index": "projects/sample-code-flow-auth0/src/index.html", |
850 | | - "polyfills": [ |
851 | | - "projects/sample-code-flow-auth0/src/polyfills.ts" |
852 | | - ], |
| 849 | + "polyfills": ["projects/sample-code-flow-auth0/src/polyfills.ts"], |
853 | 850 | "tsConfig": "projects/sample-code-flow-auth0/tsconfig.app.json", |
854 | 851 | "aot": true, |
855 | 852 | "assets": [ |
|
1744 | 1741 | "base": "dist/sample-code-flow-popup" |
1745 | 1742 | }, |
1746 | 1743 | "index": "projects/sample-code-flow-popup/src/index.html", |
1747 | | - "polyfills": [ |
1748 | | - "projects/sample-code-flow-popup/src/polyfills.ts" |
1749 | | - ], |
| 1744 | + "polyfills": ["projects/sample-code-flow-popup/src/polyfills.ts"], |
1750 | 1745 | "tsConfig": "projects/sample-code-flow-popup/tsconfig.app.json", |
1751 | 1746 | "aot": true, |
1752 | 1747 | "assets": [ |
|
1846 | 1841 | "base": "dist/sample-code-flow-par" |
1847 | 1842 | }, |
1848 | 1843 | "index": "projects/sample-code-flow-par/src/index.html", |
1849 | | - "polyfills": [ |
1850 | | - "projects/sample-code-flow-par/src/polyfills.ts" |
1851 | | - ], |
| 1844 | + "polyfills": ["projects/sample-code-flow-par/src/polyfills.ts"], |
1852 | 1845 | "tsConfig": "projects/sample-code-flow-par/tsconfig.app.json", |
1853 | 1846 | "aot": true, |
1854 | 1847 | "assets": [ |
|
2080 | 2073 | "outputPath": "dist/integration-tests", |
2081 | 2074 | "index": "projects/integration-tests/src/index.html", |
2082 | 2075 | "browser": "projects/integration-tests/src/main.ts", |
2083 | | - "polyfills": [ |
2084 | | - "zone.js" |
2085 | | - ], |
| 2076 | + "polyfills": ["zone.js"], |
2086 | 2077 | "tsConfig": "projects/integration-tests/tsconfig.app.json", |
2087 | 2078 | "assets": [ |
2088 | 2079 | { |
2089 | 2080 | "glob": "**/*", |
2090 | 2081 | "input": "projects/integration-tests/public" |
2091 | 2082 | } |
2092 | 2083 | ], |
2093 | | - "styles": [ |
2094 | | - "projects/integration-tests/src/styles.css" |
2095 | | - ], |
| 2084 | + "styles": ["projects/integration-tests/src/styles.css"], |
2096 | 2085 | "scripts": [] |
2097 | 2086 | }, |
2098 | 2087 | "configurations": { |
|
2137 | 2126 | "test": { |
2138 | 2127 | "builder": "@angular/build:karma", |
2139 | 2128 | "options": { |
2140 | | - "polyfills": [ |
2141 | | - "zone.js", |
2142 | | - "zone.js/testing" |
2143 | | - ], |
| 2129 | + "polyfills": ["zone.js", "zone.js/testing"], |
2144 | 2130 | "tsConfig": "projects/integration-tests/tsconfig.spec.json", |
2145 | 2131 | "assets": [ |
2146 | 2132 | { |
|
0 commit comments