File tree Expand file tree Collapse file tree 6 files changed +8238
-6862
lines changed Expand file tree Collapse file tree 6 files changed +8238
-6862
lines changed Original file line number Diff line number Diff line change 1
- # See http ://help .github.com/ignore-files/ for more about ignoring files.
1
+ # See https ://docs .github.com/get-started/getting-started-with-git/ignoring-files for more about ignoring files.
2
2
3
3
# Compiled output
4
4
/dist
Original file line number Diff line number Diff line change 57
57
"prefix" : " app" ,
58
58
"architect" : {
59
59
"build" : {
60
- "builder" : " @angular-devkit/build-angular:browser " ,
60
+ "builder" : " @angular-devkit/build-angular:application " ,
61
61
"options" : {
62
62
"outputPath" : " dist/demo-editor" ,
63
63
"index" : " projects/demo-editor/src/index.html" ,
64
- "main " : " projects/demo-editor/src/main.ts" ,
64
+ "browser " : " projects/demo-editor/src/main.ts" ,
65
65
"polyfills" : [
66
66
" zone.js"
67
67
],
98
98
"outputHashing" : " all"
99
99
},
100
100
"development" : {
101
- "buildOptimizer" : false ,
102
101
"optimization" : false ,
103
- "vendorChunk" : true ,
104
102
"extractLicenses" : false ,
105
- "sourceMap" : true ,
106
- "namedChunks" : true
103
+ "sourceMap" : true
107
104
}
108
105
},
109
106
"defaultConfiguration" : " production"
112
109
"builder" : " @angular-devkit/build-angular:dev-server" ,
113
110
"configurations" : {
114
111
"production" : {
115
- "browserTarget " : " demo-editor:build:production"
112
+ "buildTarget " : " demo-editor:build:production"
116
113
},
117
114
"development" : {
118
- "browserTarget " : " demo-editor:build:development"
115
+ "buildTarget " : " demo-editor:build:development"
119
116
}
120
117
},
121
118
"defaultConfiguration" : " development"
122
119
},
123
120
"extract-i18n" : {
124
121
"builder" : " @angular-devkit/build-angular:extract-i18n" ,
125
122
"options" : {
126
- "browserTarget " : " demo-editor:build"
123
+ "buildTarget " : " demo-editor:build"
127
124
}
128
125
},
129
126
"test" : {
You can’t perform that action at this time.
0 commit comments