File tree Expand file tree Collapse file tree 5 files changed +4146
-2811
lines changed
projects/ngx-conditional-validator Expand file tree Collapse file tree 5 files changed +4146
-2811
lines changed Original file line number Diff line number Diff line change 46
46
"prefix" : " app" ,
47
47
"architect" : {
48
48
"build" : {
49
- "builder" : " @angular-devkit/build-angular:browser " ,
49
+ "builder" : " @angular-devkit/build-angular:application " ,
50
50
"options" : {
51
- "outputPath" : " dist/test-app" ,
51
+ "outputPath" : {
52
+ "base" : " dist/test-app"
53
+ },
52
54
"index" : " projects/test-app/src/index.html" ,
53
- "main" : " projects/test-app/src/main.ts" ,
54
- "polyfills" : " projects/test-app/src/polyfills.ts" ,
55
+ "polyfills" : [
56
+ " projects/test-app/src/polyfills.ts"
57
+ ],
55
58
"tsConfig" : " projects/test-app/tsconfig.app.json" ,
56
59
"inlineStyleLanguage" : " scss" ,
57
60
"assets" : [
61
64
"styles" : [
62
65
" projects/test-app/src/styles.scss"
63
66
],
64
- "scripts" : []
67
+ "scripts" : [],
68
+ "browser" : " projects/test-app/src/main.ts"
65
69
},
66
70
"configurations" : {
67
71
"production" : {
86
90
"outputHashing" : " all"
87
91
},
88
92
"development" : {
89
- "buildOptimizer" : false ,
90
93
"optimization" : false ,
91
- "vendorChunk" : true ,
92
94
"extractLicenses" : false ,
93
95
"sourceMap" : true ,
94
96
"namedChunks" : true
You can’t perform that action at this time.
0 commit comments