|
42 | 42 | "browser": "src/main.ts" |
43 | 43 | }, |
44 | 44 | "configurations": { |
| 45 | + "azure": { |
| 46 | + "budgets": [ |
| 47 | + { |
| 48 | + "type": "anyComponentStyle", |
| 49 | + "maximumWarning": "6kb" |
| 50 | + } |
| 51 | + ], |
| 52 | + "optimization": true, |
| 53 | + "outputHashing": "all", |
| 54 | + "sourceMap": false, |
| 55 | + "namedChunks": false, |
| 56 | + "extractLicenses": true, |
| 57 | + "fileReplacements": [ |
| 58 | + { |
| 59 | + "replace": "src/environments/environment.ts", |
| 60 | + "with": "src/environments/environment.azure.ts" |
| 61 | + } |
| 62 | + ] |
| 63 | + }, |
| 64 | + "netlify": { |
| 65 | + "budgets": [ |
| 66 | + { |
| 67 | + "type": "anyComponentStyle", |
| 68 | + "maximumWarning": "6kb" |
| 69 | + } |
| 70 | + ], |
| 71 | + "optimization": true, |
| 72 | + "outputHashing": "all", |
| 73 | + "sourceMap": false, |
| 74 | + "namedChunks": false, |
| 75 | + "extractLicenses": true, |
| 76 | + "fileReplacements": [ |
| 77 | + { |
| 78 | + "replace": "src/environments/environment.ts", |
| 79 | + "with": "src/environments/environment.netlify.ts" |
| 80 | + } |
| 81 | + ] |
| 82 | + }, |
| 83 | + "render": { |
| 84 | + "budgets": [ |
| 85 | + { |
| 86 | + "type": "anyComponentStyle", |
| 87 | + "maximumWarning": "6kb" |
| 88 | + } |
| 89 | + ], |
| 90 | + "optimization": true, |
| 91 | + "outputHashing": "all", |
| 92 | + "sourceMap": false, |
| 93 | + "namedChunks": false, |
| 94 | + "extractLicenses": true, |
| 95 | + "fileReplacements": [ |
| 96 | + { |
| 97 | + "replace": "src/environments/environment.ts", |
| 98 | + "with": "src/environments/environment.render.ts" |
| 99 | + } |
| 100 | + ] |
| 101 | + }, |
45 | 102 | "nas": { |
46 | 103 | "budgets": [ |
47 | 104 | { |
|
90 | 147 | "buildTarget": "text-compare-angular:build" |
91 | 148 | }, |
92 | 149 | "configurations": { |
| 150 | + "azure": { |
| 151 | + "buildTarget": "text-compare-angular:build:azure" |
| 152 | + }, |
| 153 | + "netlify": { |
| 154 | + "buildTarget": "text-compare-angular:build:netlify" |
| 155 | + }, |
| 156 | + "render": { |
| 157 | + "buildTarget": "text-compare-angular:build:render" |
| 158 | + }, |
93 | 159 | "nas": { |
94 | 160 | "buildTarget": "text-compare-angular:build:nas" |
95 | 161 | }, |
|
0 commit comments