|
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, |
|
346 | 351 | "projects/igniteui-angular-elements/src/styles.scss" |
347 | 352 | ], |
348 | 353 | "scripts": [ |
349 | | - { "input": "./node_modules/lit-html/lit-html.js", "inject": false }, |
350 | | - { "input": "./node_modules/lit-html/development/directive.js", "inject": false } |
| 354 | + { |
| 355 | + "input": "./node_modules/lit-html/lit-html.js", |
| 356 | + "inject": false |
| 357 | + }, |
| 358 | + { |
| 359 | + "input": "./node_modules/lit-html/development/directive.js", |
| 360 | + "inject": false |
| 361 | + } |
351 | 362 | ], |
352 | 363 | "stylePreprocessorOptions": { |
353 | | - "includePaths": ["node_modules"] |
| 364 | + "includePaths": [ |
| 365 | + "node_modules" |
| 366 | + ] |
354 | 367 | }, |
355 | 368 | "browser": "projects/igniteui-angular-elements/src/main.ts" |
356 | 369 | }, |
|
382 | 395 | ], |
383 | 396 | "outputHashing": "none", |
384 | 397 | "optimization": true, |
385 | | - "externalDependencies": ["lit", "igniteui-i18n-core"] |
| 398 | + "externalDependencies": [ |
| 399 | + "lit", |
| 400 | + "igniteui-i18n-core" |
| 401 | + ] |
386 | 402 | }, |
387 | 403 | "development": { |
388 | 404 | "optimization": false, |
|
391 | 407 | "namedChunks": true |
392 | 408 | }, |
393 | 409 | "dev-app": { |
394 | | - "browser": "projects/igniteui-angular-elements/src/main.app.ts", |
395 | | - "tsConfig": "projects/igniteui-angular-elements/tsconfig.app.json" |
| 410 | + "browser": "projects/igniteui-angular-elements/src/main.app.ts", |
| 411 | + "tsConfig": "projects/igniteui-angular-elements/tsconfig.app.json" |
396 | 412 | } |
397 | 413 | }, |
398 | 414 | "defaultConfiguration": "production" |
|
419 | 435 | "builder": "@angular/build:karma", |
420 | 436 | "options": { |
421 | 437 | "main": "projects/igniteui-angular-elements/src/test.ts", |
422 | | - "polyfills": [ |
| 438 | + "polyfills": [ |
423 | 439 | "projects/igniteui-angular-elements/src/polyfills.ts" |
424 | 440 | ], |
425 | 441 | "tsConfig": "projects/igniteui-angular-elements/tsconfig.spec.json", |
|
433 | 449 | "projects/igniteui-angular-elements/src/styles.scss" |
434 | 450 | ], |
435 | 451 | "stylePreprocessorOptions": { |
436 | | - "includePaths": ["node_modules"] |
| 452 | + "includePaths": [ |
| 453 | + "node_modules" |
| 454 | + ] |
437 | 455 | }, |
438 | 456 | "scripts": [] |
439 | 457 | } |
|
572 | 590 | "projects/igniteui-angular-performance/src/styles.scss" |
573 | 591 | ], |
574 | 592 | "stylePreprocessorOptions": { |
575 | | - "includePaths": ["node_modules"] |
| 593 | + "includePaths": [ |
| 594 | + "node_modules" |
| 595 | + ] |
576 | 596 | } |
577 | 597 | }, |
578 | 598 | "configurations": { |
|
0 commit comments