@@ -567,28 +567,30 @@ import { defineConfig } from 'cypress'
567
567
568
568
export default {
569
569
component: {
570
- framework: ' angular' ,
571
- bundler: ' webpack' ,
572
- options: {
573
- projectConfig: {
574
- root: ' ' ,
575
- sourceRoot: ' apps/my-app' ,
576
- buildOptions: {
577
- outputPath: ' dist/my-app' ,
578
- index: ' apps/my-app/src/index.html' ,
579
- main: ' apps/my-app/src/main.ts' ,
580
- polyfills: ' apps/my-app/src/polyfills.ts' ,
581
- tsConfig: ' apps/my-app/tsconfig.app.json' ,
582
- inlineStyleLanguage: ' scss' ,
583
- assets: [' apps/my-app/src/favicon.ico' , ' apps/my-app/src/assets' ],
584
- styles: [' apps/my-app/src/styles.scss' ],
585
- scripts: [],
586
- buildOptimizer: false ,
587
- optimization: false ,
588
- vendorChunk: true ,
589
- extractLicenses: false ,
590
- sourceMap: true ,
591
- namedChunks: true ,
570
+ devServer: {
571
+ framework: ' angular' ,
572
+ bundler: ' webpack' ,
573
+ options: {
574
+ projectConfig: {
575
+ root: ' ' ,
576
+ sourceRoot: ' apps/my-app' ,
577
+ buildOptions: {
578
+ outputPath: ' dist/my-app' ,
579
+ index: ' apps/my-app/src/index.html' ,
580
+ main: ' apps/my-app/src/main.ts' ,
581
+ polyfills: ' apps/my-app/src/polyfills.ts' ,
582
+ tsConfig: ' apps/my-app/tsconfig.app.json' ,
583
+ inlineStyleLanguage: ' scss' ,
584
+ assets: [' apps/my-app/src/favicon.ico' , ' apps/my-app/src/assets' ],
585
+ styles: [' apps/my-app/src/styles.scss' ],
586
+ scripts: [],
587
+ buildOptimizer: false ,
588
+ optimization: false ,
589
+ vendorChunk: true ,
590
+ extractLicenses: false ,
591
+ sourceMap: true ,
592
+ namedChunks: true ,
593
+ },
592
594
},
593
595
},
594
596
},
0 commit comments