|
22 | 22 | }, |
23 | 23 | "index": "src/index.html", |
24 | 24 | "polyfills": [ |
25 | | - "zone.js" |
| 25 | + "zone.js" |
26 | 26 | ], |
27 | 27 | "tsConfig": "src/tsconfig.app.json", |
28 | 28 | "assets": [ |
|
31 | 31 | "src/web.config" |
32 | 32 | ], |
33 | 33 | "styles": [ |
34 | | - "src/styles/styles.scss" |
| 34 | + "src/styles/styles.scss", |
| 35 | + { |
| 36 | + "input": "src/styles/grid-cell-merging-alternate-theme.scss", |
| 37 | + "bundleName": "grid-cell-merging-alternate-theme", |
| 38 | + "inject": false |
| 39 | + } |
35 | 40 | ], |
36 | 41 | "scripts": [], |
37 | 42 | "extractLicenses": false, |
|
288 | 293 | "projects/igniteui-angular-elements/src/styles.scss" |
289 | 294 | ], |
290 | 295 | "scripts": [ |
291 | | - { "input": "./node_modules/lit-html/lit-html.js", "inject": false }, |
292 | | - { "input": "./node_modules/lit-html/development/directive.js", "inject": false } |
| 296 | + { |
| 297 | + "input": "./node_modules/lit-html/lit-html.js", |
| 298 | + "inject": false |
| 299 | + }, |
| 300 | + { |
| 301 | + "input": "./node_modules/lit-html/development/directive.js", |
| 302 | + "inject": false |
| 303 | + } |
293 | 304 | ], |
294 | 305 | "stylePreprocessorOptions": { |
295 | | - "includePaths": ["node_modules"] |
| 306 | + "includePaths": [ |
| 307 | + "node_modules" |
| 308 | + ] |
296 | 309 | }, |
297 | 310 | "browser": "projects/igniteui-angular-elements/src/main.ts" |
298 | 311 | }, |
|
333 | 346 | "namedChunks": true |
334 | 347 | }, |
335 | 348 | "dev-app": { |
336 | | - "browser": "projects/igniteui-angular-elements/src/main.app.ts", |
337 | | - "tsConfig": "projects/igniteui-angular-elements/tsconfig.app.json" |
| 349 | + "browser": "projects/igniteui-angular-elements/src/main.app.ts", |
| 350 | + "tsConfig": "projects/igniteui-angular-elements/tsconfig.app.json" |
338 | 351 | } |
339 | 352 | }, |
340 | 353 | "defaultConfiguration": "production" |
|
361 | 374 | "builder": "@angular/build:karma", |
362 | 375 | "options": { |
363 | 376 | "main": "projects/igniteui-angular-elements/src/test.ts", |
364 | | - "polyfills": [ |
| 377 | + "polyfills": [ |
365 | 378 | "projects/igniteui-angular-elements/src/polyfills.ts" |
366 | 379 | ], |
367 | 380 | "tsConfig": "projects/igniteui-angular-elements/tsconfig.spec.json", |
|
375 | 388 | "projects/igniteui-angular-elements/src/styles.scss" |
376 | 389 | ], |
377 | 390 | "stylePreprocessorOptions": { |
378 | | - "includePaths": ["node_modules"] |
| 391 | + "includePaths": [ |
| 392 | + "node_modules" |
| 393 | + ] |
379 | 394 | }, |
380 | 395 | "scripts": [] |
381 | 396 | } |
|
507 | 522 | "projects/igniteui-angular-performance/src/styles.scss" |
508 | 523 | ], |
509 | 524 | "stylePreprocessorOptions": { |
510 | | - "includePaths": ["node_modules"] |
| 525 | + "includePaths": [ |
| 526 | + "node_modules" |
| 527 | + ] |
511 | 528 | } |
512 | 529 | }, |
513 | 530 | "configurations": { |
|
0 commit comments