|
56 | 56 | "budgets": [ |
57 | 57 | { |
58 | 58 | "type": "initial", |
59 | | - "maximumWarning": "5mb", |
60 | | - "maximumError": "5mb" |
| 59 | + "maximumWarning": "10mb", |
| 60 | + "maximumError": "10mb" |
61 | 61 | }, |
62 | 62 | { |
63 | 63 | "type": "anyComponentStyle", |
|
92 | 92 | }, |
93 | 93 | { |
94 | 94 | "type": "anyComponentStyle", |
95 | | - "maximumWarning": "5mb", |
96 | | - "maximumError": "5mb" |
| 95 | + "maximumWarning": "10mb", |
| 96 | + "maximumError": "10mb" |
97 | 97 | } |
98 | 98 | ] |
99 | 99 | } |
|
194 | 194 | "polyfills": ["zone.js"], |
195 | 195 | "tsConfig": "projects/arc-docs/tsconfig.app.json", |
196 | 196 | "inlineStyleLanguage": "scss", |
| 197 | + "optimization": false, |
197 | 198 | "assets": [ |
198 | 199 | "projects/arc-docs/src/favicon.ico", |
199 | 200 | { "glob": "**/*", "input": "node_modules/monaco-editor", "output": "/assets/monaco/" }, |
|
203 | 204 | "output": "/assets/" |
204 | 205 | } |
205 | 206 | ], |
| 207 | + |
| 208 | + |
206 | 209 | "styles": [ |
207 | 210 | "./node_modules/@angular/material/prebuilt-themes/indigo-pink.css", |
208 | 211 | "node_modules/eva-icons/style/scss/eva-icons.scss", |
209 | 212 | "node_modules/@nebular/theme/styles/prebuilt/dark.css", |
210 | 213 | "projects/arc-docs/src/styles.scss" |
211 | 214 | ], |
212 | 215 | "scripts": [], |
213 | | - "allowedCommonJsDependencies": ["lodash", "eva-icons", "CommonJS"] |
| 216 | + "allowedCommonJsDependencies": ["lodash", "eva-icons", "CommonJS"], |
| 217 | + "stylePreprocessorOptions": { |
| 218 | + "includePaths": [ |
| 219 | + "projects/arc-lib/src/lib/theme/styles" |
| 220 | + ] |
| 221 | + } |
214 | 222 | }, |
215 | 223 | "configurations": { |
216 | 224 | "production": { |
217 | 225 | "budgets": [ |
218 | 226 | { |
219 | 227 | "type": "initial", |
220 | | - "maximumWarning": "5mb", |
221 | | - "maximumError": "4mb" |
| 228 | + "maximumWarning": "10mb", |
| 229 | + "maximumError": "10mb" |
222 | 230 | }, |
223 | 231 | { |
224 | 232 | "type": "anyComponentStyle", |
|
316 | 324 | "budgets": [ |
317 | 325 | { |
318 | 326 | "type": "initial", |
319 | | - "maximumWarning": "5mb", |
320 | | - "maximumError": "5mb" |
| 327 | + "maximumWarning": "10mb", |
| 328 | + "maximumError": "10mb" |
321 | 329 | }, |
322 | 330 | { |
323 | 331 | "type": "anyComponentStyle", |
324 | | - "maximumWarning": "5mb", |
325 | | - "maximumError": "5mb" |
| 332 | + "maximumWarning": "10mb", |
| 333 | + "maximumError": "10mb" |
326 | 334 | } |
327 | 335 | ], |
328 | 336 | "outputHashing": "all" |
|
0 commit comments