File tree Expand file tree Collapse file tree 6 files changed +327
-509
lines changed Expand file tree Collapse file tree 6 files changed +327
-509
lines changed Original file line number Diff line number Diff line change 11
11
"build" : {
12
12
"builder" : " @angular-devkit/build-angular:browser" ,
13
13
"options" : {
14
- "aot" : true ,
15
14
"outputPath" : " dist" ,
16
15
"index" : " src/index.html" ,
17
16
"main" : " src/main.ts" ,
25
24
"styles" : [
26
25
" src/styles.css"
27
26
],
28
- "scripts" : []
27
+ "scripts" : [],
28
+ "vendorChunk" : true ,
29
+ "extractLicenses" : false ,
30
+ "buildOptimizer" : false ,
31
+ "sourceMap" : true ,
32
+ "optimization" : false ,
33
+ "namedChunks" : true
29
34
},
30
35
"configurations" : {
31
36
"production" : {
39
44
"outputHashing" : " all" ,
40
45
"sourceMap" : false ,
41
46
"namedChunks" : false ,
42
- "aot" : true ,
43
47
"extractLicenses" : true ,
44
48
"vendorChunk" : false ,
45
49
"buildOptimizer" : true ,
50
54
}
51
55
]
52
56
}
53
- }
57
+ },
58
+ "defaultConfiguration" : " "
54
59
},
55
60
"serve" : {
56
61
"builder" : " @angular-devkit/build-angular:dev-server" ,
Original file line number Diff line number Diff line change 5
5
"scripts" : {
6
6
"ng" : " ng" ,
7
7
"start" : " ng serve --port 4000" ,
8
- "build" : " ng build --prod " ,
8
+ "build" : " ng build --configuration production " ,
9
9
"test" : " run-s e2e" ,
10
10
"lint" : " ng lint" ,
11
11
"e2e" : " run-p -r start cypress" ,
38
38
},
39
39
"devDependencies" : {
40
40
"@angular-devkit/build-angular" : " 12" ,
41
- "@angular/cli" : " 11 .2.6 " ,
41
+ "@angular/cli" : " 12 .2.13 " ,
42
42
"@angular/compiler-cli" : " 12.2.13" ,
43
43
"@angular/language-service" : " 12.2.13" ,
44
44
"@types/angular" : " ^1.8.1" ,
49
49
"cypress" : " 4.5.0" ,
50
50
"jasmine-core" : " ~3.6.0" ,
51
51
"jasmine-spec-reporter" : " ~5.0.0" ,
52
- "karma" : " ~5.0.0 " ,
52
+ "karma" : " ~6.3.9 " ,
53
53
"karma-chrome-launcher" : " ~3.1.0" ,
54
54
"karma-coverage-istanbul-reporter" : " ~3.0.2" ,
55
55
"karma-jasmine" : " ~4.0.0" ,
Original file line number Diff line number Diff line change 12
12
/***************************************************************************************************
13
13
* Zone JS is required by default for Angular itself.
14
14
*/
15
- import 'zone.js/dist/zone ' ; // Included with Angular CLI.
15
+ import 'zone.js' ; // Included with Angular CLI.
16
16
17
17
18
18
Original file line number Diff line number Diff line change 1
1
// This file is required by karma.conf.js and loads recursively all the .spec and framework files
2
2
3
- import 'zone.js/dist/zone- testing' ;
3
+ import 'zone.js/testing' ;
4
4
import { getTestBed } from '@angular/core/testing' ;
5
5
import {
6
6
BrowserDynamicTestingModule ,
Original file line number Diff line number Diff line change 7
7
"sourceMap" : true ,
8
8
"declaration" : false ,
9
9
"moduleResolution" : " node" ,
10
- "emitDecoratorMetadata" : true ,
11
10
"experimentalDecorators" : true ,
12
11
"target" : " es2015" ,
13
12
"typeRoots" : [
You can’t perform that action at this time.
0 commit comments