|
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, |
|
206 | 211 | "tsConfig": "projects/igniteui-angular/tsconfig.spec.json", |
207 | 212 | "karmaConfig": "projects/igniteui-angular/karma.conf.js", |
208 | 213 | "exclude": [ |
209 | | - "migrations", |
210 | | - "schematics" |
| 214 | + "migrations", |
| 215 | + "schematics" |
211 | 216 | ] |
212 | 217 | } |
213 | 218 | }, |
|
292 | 297 | "projects/igniteui-angular-elements/src/styles.scss" |
293 | 298 | ], |
294 | 299 | "scripts": [ |
295 | | - { "input": "./node_modules/lit-html/lit-html.js", "inject": false }, |
296 | | - { "input": "./node_modules/lit-html/development/directive.js", "inject": false } |
| 300 | + { |
| 301 | + "input": "./node_modules/lit-html/lit-html.js", |
| 302 | + "inject": false |
| 303 | + }, |
| 304 | + { |
| 305 | + "input": "./node_modules/lit-html/development/directive.js", |
| 306 | + "inject": false |
| 307 | + } |
297 | 308 | ], |
298 | 309 | "stylePreprocessorOptions": { |
299 | | - "includePaths": ["node_modules"] |
| 310 | + "includePaths": [ |
| 311 | + "node_modules" |
| 312 | + ] |
300 | 313 | }, |
301 | 314 | "browser": "projects/igniteui-angular-elements/src/main.ts" |
302 | 315 | }, |
|
328 | 341 | ], |
329 | 342 | "outputHashing": "none", |
330 | 343 | "optimization": true, |
331 | | - "externalDependencies": ["lit", "igniteui-i18n-core"] |
| 344 | + "externalDependencies": [ |
| 345 | + "lit", |
| 346 | + "igniteui-i18n-core" |
| 347 | + ] |
332 | 348 | }, |
333 | 349 | "development": { |
334 | 350 | "optimization": false, |
|
337 | 353 | "namedChunks": true |
338 | 354 | }, |
339 | 355 | "dev-app": { |
340 | | - "browser": "projects/igniteui-angular-elements/src/main.app.ts", |
341 | | - "tsConfig": "projects/igniteui-angular-elements/tsconfig.app.json" |
| 356 | + "browser": "projects/igniteui-angular-elements/src/main.app.ts", |
| 357 | + "tsConfig": "projects/igniteui-angular-elements/tsconfig.app.json" |
342 | 358 | } |
343 | 359 | }, |
344 | 360 | "defaultConfiguration": "production" |
|
365 | 381 | "builder": "@angular/build:karma", |
366 | 382 | "options": { |
367 | 383 | "main": "projects/igniteui-angular-elements/src/test.ts", |
368 | | - "polyfills": [ |
| 384 | + "polyfills": [ |
369 | 385 | "projects/igniteui-angular-elements/src/polyfills.ts" |
370 | 386 | ], |
371 | 387 | "tsConfig": "projects/igniteui-angular-elements/tsconfig.spec.json", |
|
379 | 395 | "projects/igniteui-angular-elements/src/styles.scss" |
380 | 396 | ], |
381 | 397 | "stylePreprocessorOptions": { |
382 | | - "includePaths": ["node_modules"] |
| 398 | + "includePaths": [ |
| 399 | + "node_modules" |
| 400 | + ] |
383 | 401 | }, |
384 | 402 | "scripts": [] |
385 | 403 | } |
|
518 | 536 | "projects/igniteui-angular-performance/src/styles.scss" |
519 | 537 | ], |
520 | 538 | "stylePreprocessorOptions": { |
521 | | - "includePaths": ["node_modules"] |
| 539 | + "includePaths": [ |
| 540 | + "node_modules" |
| 541 | + ] |
522 | 542 | } |
523 | 543 | }, |
524 | 544 | "configurations": { |
|
0 commit comments