File tree Expand file tree Collapse file tree 12 files changed +32
-32
lines changed Expand file tree Collapse file tree 12 files changed +32
-32
lines changed Original file line number Diff line number Diff line change 24
24
"prefix" : " app" ,
25
25
"architect" : {
26
26
"build" : {
27
- "builder" : " @angular-devkit/build-angular:browser-esbuild " ,
27
+ "builder" : " @angular-devkit/build-angular:application " ,
28
28
"options" : {
29
- "outputPath" : " dist/angular" ,
29
+ "outputPath" : {
30
+ "base" : " dist/angular"
31
+ },
30
32
"index" : " src/index.html" ,
31
- "main" : " src/main.ts" ,
32
33
"polyfills" : [],
33
34
"tsConfig" : " tsconfig.app.json" ,
34
35
"assets" : [
35
36
" src/assets"
36
37
],
37
38
"styles" : [],
38
- "scripts" : []
39
+ "scripts" : [],
40
+ "browser" : " src/main.ts"
39
41
},
40
42
"configurations" : {
41
43
"production" : {
54
56
"outputHashing" : " all"
55
57
},
56
58
"development" : {
57
- "buildOptimizer" : false ,
58
59
"optimization" : false ,
59
- "vendorChunk" : true ,
60
60
"extractLicenses" : false ,
61
61
"sourceMap" : true ,
62
62
"namedChunks" : true
Original file line number Diff line number Diff line change 3
3
"version" : " 0.0.0" ,
4
4
"js-framework-benchmark" : {
5
5
"frameworkVersionFromPackage" : " @angular/core" ,
6
- "customURL" : " /dist/angular/" ,
6
+ "customURL" : " /dist/angular/browser/ " ,
7
7
"frameworkHomeURL" : " https://angular.io/"
8
8
},
9
9
"scripts" : {
Original file line number Diff line number Diff line change 5
5
"baseUrl" : " ./" ,
6
6
"outDir" : " ./dist/out-tsc" ,
7
7
"forceConsistentCasingInFileNames" : true ,
8
+ "esModuleInterop" : true ,
8
9
"strict" : true ,
9
10
"noImplicitOverride" : true ,
10
11
"noPropertyAccessFromIndexSignature" : true ,
11
12
"noImplicitReturns" : true ,
12
13
"noFallthroughCasesInSwitch" : true ,
13
14
"sourceMap" : true ,
14
15
"declaration" : false ,
15
- "downlevelIteration" : true ,
16
16
"experimentalDecorators" : true ,
17
17
"moduleResolution" : " node" ,
18
18
"importHelpers" : true ,
Original file line number Diff line number Diff line change 24
24
"prefix" : " app" ,
25
25
"architect" : {
26
26
"build" : {
27
- "builder" : " @angular-devkit/build-angular:browser-esbuild " ,
27
+ "builder" : " @angular-devkit/build-angular:application " ,
28
28
"options" : {
29
- "outputPath" : " dist/angular" ,
29
+ "outputPath" : {
30
+ "base" : " dist/angular"
31
+ },
30
32
"index" : " src/index.html" ,
31
- "main" : " src/main.ts" ,
32
33
"polyfills" : [
33
34
" zone.js"
34
35
],
37
38
" src/assets"
38
39
],
39
40
"styles" : [],
40
- "scripts" : []
41
+ "scripts" : [],
42
+ "browser" : " src/main.ts"
41
43
},
42
44
"configurations" : {
43
45
"production" : {
56
58
"outputHashing" : " all"
57
59
},
58
60
"development" : {
59
- "buildOptimizer" : false ,
60
61
"optimization" : false ,
61
- "vendorChunk" : true ,
62
62
"extractLicenses" : false ,
63
63
"sourceMap" : true ,
64
64
"namedChunks" : true
Original file line number Diff line number Diff line change 3
3
"version" : " 0.0.0" ,
4
4
"js-framework-benchmark" : {
5
5
"frameworkVersionFromPackage" : " @angular/core" ,
6
- "customURL" : " /dist/angular/" ,
6
+ "customURL" : " /dist/angular/browser/ " ,
7
7
"frameworkHomeURL" : " https://angular.io/"
8
8
},
9
9
"scripts" : {
Original file line number Diff line number Diff line change 5
5
"baseUrl" : " ./" ,
6
6
"outDir" : " ./dist/out-tsc" ,
7
7
"forceConsistentCasingInFileNames" : true ,
8
+ "esModuleInterop" : true ,
8
9
"strict" : true ,
9
10
"noImplicitOverride" : true ,
10
11
"noPropertyAccessFromIndexSignature" : true ,
11
12
"noImplicitReturns" : true ,
12
13
"noFallthroughCasesInSwitch" : true ,
13
14
"sourceMap" : true ,
14
15
"declaration" : false ,
15
- "downlevelIteration" : true ,
16
16
"experimentalDecorators" : true ,
17
17
"moduleResolution" : " node" ,
18
18
"importHelpers" : true ,
Original file line number Diff line number Diff line change 24
24
"prefix" : " app" ,
25
25
"architect" : {
26
26
"build" : {
27
- "builder" : " @angular-devkit/build-angular:browser-esbuild " ,
27
+ "builder" : " @angular-devkit/build-angular:application " ,
28
28
"options" : {
29
- "outputPath" : " dist/angular" ,
29
+ "outputPath" : {
30
+ "base" : " dist/angular"
31
+ },
30
32
"index" : " src/index.html" ,
31
- "main" : " src/main.ts" ,
32
33
"polyfills" : [
33
34
" zone.js"
34
35
],
37
38
" src/assets"
38
39
],
39
40
"styles" : [],
40
- "scripts" : []
41
+ "scripts" : [],
42
+ "browser" : " src/main.ts"
41
43
},
42
44
"configurations" : {
43
45
"production" : {
56
58
"outputHashing" : " all"
57
59
},
58
60
"development" : {
59
- "buildOptimizer" : false ,
60
61
"optimization" : false ,
61
- "vendorChunk" : true ,
62
62
"extractLicenses" : false ,
63
63
"sourceMap" : true ,
64
64
"namedChunks" : true
Original file line number Diff line number Diff line change 3
3
"version" : " 0.0.0" ,
4
4
"js-framework-benchmark" : {
5
5
"frameworkVersionFromPackage" : " @angular/core" ,
6
- "customURL" : " /dist/angular/" ,
6
+ "customURL" : " /dist/angular/browser/ " ,
7
7
"frameworkHomeURL" : " https://angular.io/"
8
8
},
9
9
"scripts" : {
Original file line number Diff line number Diff line change 5
5
"baseUrl" : " ./" ,
6
6
"outDir" : " ./dist/out-tsc" ,
7
7
"forceConsistentCasingInFileNames" : true ,
8
+ "esModuleInterop" : true ,
8
9
"strict" : true ,
9
10
"noImplicitOverride" : true ,
10
11
"noPropertyAccessFromIndexSignature" : true ,
11
12
"noImplicitReturns" : true ,
12
13
"noFallthroughCasesInSwitch" : true ,
13
14
"sourceMap" : true ,
14
15
"declaration" : false ,
15
- "downlevelIteration" : true ,
16
16
"experimentalDecorators" : true ,
17
17
"moduleResolution" : " node" ,
18
18
"importHelpers" : true ,
Original file line number Diff line number Diff line change 24
24
"prefix" : " app" ,
25
25
"architect" : {
26
26
"build" : {
27
- "builder" : " @angular-devkit/build-angular:browser-esbuild " ,
27
+ "builder" : " @angular-devkit/build-angular:application " ,
28
28
"options" : {
29
- "outputPath" : " dist/angular" ,
29
+ "outputPath" : {
30
+ "base" : " dist/angular"
31
+ },
30
32
"index" : " src/index.html" ,
31
- "main" : " src/main.ts" ,
32
33
"polyfills" : [
33
34
" zone.js"
34
35
],
37
38
" src/assets"
38
39
],
39
40
"styles" : [],
40
- "scripts" : []
41
+ "scripts" : [],
42
+ "browser" : " src/main.ts"
41
43
},
42
44
"configurations" : {
43
45
"production" : {
56
58
"outputHashing" : " all"
57
59
},
58
60
"development" : {
59
- "buildOptimizer" : false ,
60
61
"optimization" : false ,
61
- "vendorChunk" : true ,
62
62
"extractLicenses" : false ,
63
63
"sourceMap" : true ,
64
64
"namedChunks" : true
You can’t perform that action at this time.
0 commit comments