5
5
"projects" : {
6
6
"pivot-angular" : {
7
7
"projectType" : " application" ,
8
- "schematics" : {},
8
+ "schematics" : {
9
+ "@schematics/angular:application" : {
10
+ "strict" : true
11
+ }
12
+ },
9
13
"root" : " " ,
10
14
"sourceRoot" : " src" ,
11
15
"prefix" : " app" ,
12
16
"architect" : {
13
17
"build" : {
14
18
"builder" : " @angular-devkit/build-angular:browser" ,
15
19
"options" : {
16
- "allowedCommonJsDependencies" : [" webdatarocks" ],
20
+ "allowedCommonJsDependencies" : [
21
+ " core-js" ,
22
+ " raf" ,
23
+ " xlsx" ,
24
+ " @babel/runtime" ,
25
+ " pdfmake"
26
+ ],
17
27
"outputPath" : " dist/pivot-angular" ,
18
28
"index" : " src/index.html" ,
19
29
"main" : " src/main.ts" ,
20
30
"polyfills" : " src/polyfills.ts" ,
21
31
"tsConfig" : " tsconfig.app.json" ,
22
- "aot" : true ,
23
- "assets" : [" src/favicon.ico" , " src/assets" ],
32
+ "assets" : [
33
+ " src/favicon.ico" ,
34
+ " src/assets"
35
+ ],
24
36
"styles" : [
25
- " ./node_modules/webdatarocks/webdatarocks.min.css" ,
26
37
" src/styles.css"
27
38
],
28
- "scripts" : [
29
- " ./node_modules/webdatarocks/webdatarocks.toolbar.min.js" ,
30
- " ./node_modules/webdatarocks/webdatarocks.js"
31
- ]
39
+ "scripts" : []
32
40
},
33
41
"configurations" : {
34
42
"production" : {
35
- "fileReplacements" : [
36
- {
37
- "replace" : " src/environments/environment.ts" ,
38
- "with" : " src/environments/environment.prod.ts"
39
- }
40
- ],
41
- "optimization" : true ,
42
- "outputHashing" : " all" ,
43
- "sourceMap" : false ,
44
- "namedChunks" : false ,
45
- "extractLicenses" : true ,
46
- "vendorChunk" : false ,
47
- "buildOptimizer" : true ,
48
43
"budgets" : [
49
44
{
50
45
"type" : " initial" ,
51
- "maximumWarning" : " 2mb " ,
52
- "maximumError" : " 5mb "
46
+ "maximumWarning" : " 500kb " ,
47
+ "maximumError" : " 1mb "
53
48
},
54
49
{
55
50
"type" : " anyComponentStyle" ,
56
- "maximumWarning" : " 6kb " ,
57
- "maximumError" : " 10kb "
51
+ "maximumWarning" : " 2kb " ,
52
+ "maximumError" : " 4kb "
58
53
}
59
- ]
54
+ ],
55
+ "fileReplacements" : [
56
+ {
57
+ "replace" : " src/environments/environment.ts" ,
58
+ "with" : " src/environments/environment.prod.ts"
59
+ }
60
+ ],
61
+ "outputHashing" : " all"
62
+ },
63
+ "development" : {
64
+ "buildOptimizer" : false ,
65
+ "optimization" : false ,
66
+ "vendorChunk" : true ,
67
+ "extractLicenses" : false ,
68
+ "sourceMap" : true ,
69
+ "namedChunks" : true
60
70
}
61
- }
71
+ },
72
+ "defaultConfiguration" : " production"
62
73
},
63
74
"serve" : {
64
75
"builder" : " @angular-devkit/build-angular:dev-server" ,
65
- "options" : {
66
- "browserTarget" : " pivot-angular:build"
67
- },
68
76
"configurations" : {
69
77
"production" : {
70
78
"browserTarget" : " pivot-angular:build:production"
79
+ },
80
+ "development" : {
81
+ "browserTarget" : " pivot-angular:build:development"
71
82
}
72
- }
83
+ },
84
+ "defaultConfiguration" : " development"
73
85
},
74
86
"extract-i18n" : {
75
87
"builder" : " @angular-devkit/build-angular:extract-i18n" ,
84
96
"polyfills" : " src/polyfills.ts" ,
85
97
"tsConfig" : " tsconfig.spec.json" ,
86
98
"karmaConfig" : " karma.conf.js" ,
87
- "assets" : [" src/favicon.ico" , " src/assets" ],
88
- "styles" : [" src/styles.css" ],
99
+ "assets" : [
100
+ " src/favicon.ico" ,
101
+ " src/assets"
102
+ ],
103
+ "styles" : [
104
+ " src/styles.css"
105
+ ],
89
106
"scripts" : []
90
107
}
91
- },
92
- "e2e" : {
93
- "builder" : " @angular-devkit/build-angular:protractor" ,
94
- "options" : {
95
- "protractorConfig" : " e2e/protractor.conf.js" ,
96
- "devServerTarget" : " pivot-angular:serve"
97
- },
98
- "configurations" : {
99
- "production" : {
100
- "devServerTarget" : " pivot-angular:serve:production"
101
- }
102
- }
103
108
}
104
109
}
105
110
}
106
111
},
107
112
"cli" : {
108
- "analytics" : " 853f390c-cfd7-45cc-bd9d-1a818446e77c "
113
+ "analytics" : false
109
114
}
110
- }
115
+ }
0 commit comments