File tree Expand file tree Collapse file tree 4 files changed +8292
-8680
lines changed Expand file tree Collapse file tree 4 files changed +8292
-8680
lines changed Original file line number Diff line number Diff line change 44
44
"prefix" : " app" ,
45
45
"architect" : {
46
46
"build" : {
47
- "builder" : " @angular-devkit/build-angular:browser " ,
47
+ "builder" : " @angular-devkit/build-angular:application " ,
48
48
"options" : {
49
- "outputPath" : " dist/ngx-error-pages-example-app" ,
49
+ "outputPath" : {
50
+ "base" : " dist/ngx-error-pages-example-app"
51
+ },
50
52
"index" : " projects/ngx-error-pages-example-app/src/index.html" ,
51
- "main" : " projects/ngx-error-pages-example-app/src/main.ts" ,
52
53
"polyfills" : [
53
54
" zone.js"
54
55
],
60
61
"styles" : [
61
62
" projects/ngx-error-pages-example-app/src/styles.css"
62
63
],
63
- "scripts" : []
64
+ "scripts" : [],
65
+ "browser" : " projects/ngx-error-pages-example-app/src/main.ts"
64
66
},
65
67
"configurations" : {
66
68
"production" : {
79
81
"outputHashing" : " all"
80
82
},
81
83
"development" : {
82
- "buildOptimizer" : false ,
83
84
"optimization" : false ,
84
- "vendorChunk" : true ,
85
85
"extractLicenses" : false ,
86
86
"sourceMap" : true ,
87
87
"namedChunks" : true
You can’t perform that action at this time.
0 commit comments