File tree 2 files changed +2
-7
lines changed
2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 9
9
"projectType" : " library" ,
10
10
"architect" : {
11
11
"build" : {
12
- "builder" : " @angular-devkit/build-angular:browser " ,
12
+ "builder" : " @angular-devkit/build-angular:application " ,
13
13
"options" : {
14
14
"outputPath" : " website" ,
15
15
"index" : " src/index.html" ,
16
- "main " : " src/main.ts" ,
16
+ "browser " : " src/main.ts" ,
17
17
"polyfills" : [" zone.js" ],
18
18
"tsConfig" : " tsconfig.app.json" ,
19
19
"allowedCommonJsDependencies" : [" @fnando/sparkline" , " stream" ],
43
43
],
44
44
"styles" : [" node_modules/@ng-select/ng-select/themes/default.theme.css" , " src/styles.scss" ],
45
45
"scripts" : [" node_modules/bootstrap/dist/js/bootstrap.min.js" ],
46
- "vendorChunk" : true ,
47
46
"extractLicenses" : false ,
48
- "buildOptimizer" : false ,
49
47
"sourceMap" : true ,
50
48
"optimization" : false ,
51
49
"namedChunks" : true
80
78
"namedChunks" : false ,
81
79
"aot" : false ,
82
80
"extractLicenses" : true ,
83
- "vendorChunk" : false ,
84
81
"fileReplacements" : [
85
82
{
86
83
"replace" : " src/environments/environment.ts" ,
Original file line number Diff line number Diff line change 10
10
"noUnusedParameters" : false ,
11
11
"noUnusedLocals" : false ,
12
12
"noImplicitReturns" : true ,
13
- "emitDecoratorMetadata" : true ,
14
13
"esModuleInterop" : true ,
15
14
"experimentalDecorators" : true ,
16
- "isolatedModules" : true ,
17
15
"target" : " ES2022" ,
18
16
"typeRoots" : [" node_modules/@types" ],
19
17
"lib" : [" es2022" , " dom" ],
You can’t perform that action at this time.
0 commit comments