File tree Expand file tree Collapse file tree 1 file changed +14
-5
lines changed Expand file tree Collapse file tree 1 file changed +14
-5
lines changed Original file line number Diff line number Diff line change 2525 "main" : " src/main.ts" ,
2626 "polyfills" : " src/polyfills.ts" ,
2727 "tsConfig" : " tsconfig.app.json" ,
28- "aot" : true ,
2928 "assets" : [
3029 " src/favicon.ico" ,
3130 " src/assets"
4140 },
4241 " src/styles.scss"
4342 ],
44- "scripts" : []
43+ "scripts" : [],
44+ "vendorChunk" : true ,
45+ "extractLicenses" : false ,
46+ "buildOptimizer" : false ,
47+ "sourceMap" : true ,
48+ "optimization" : false ,
49+ "namedChunks" : true
4550 },
4651 "configurations" : {
4752 "production" : {
7176 }
7277 ]
7378 }
74- }
79+ },
80+ "defaultConfiguration" : " "
7581 },
7682 "serve" : {
7783 "builder" : " @angular-devkit/build-angular:dev-server" ,
139145 "options" : {
140146 "outputPath" : " dist/localize/server" ,
141147 "main" : " server.ts" ,
142- "tsConfig" : " tsconfig.server.json"
148+ "tsConfig" : " tsconfig.server.json" ,
149+ "sourceMap" : true ,
150+ "optimization" : false
143151 },
144152 "configurations" : {
145153 "production" : {
153161 "sourceMap" : false ,
154162 "optimization" : true
155163 }
156- }
164+ },
165+ "defaultConfiguration" : " "
157166 },
158167 "serve-ssr" : {
159168 "builder" : " @nguniversal/builders:ssr-dev-server" ,
You can’t perform that action at this time.
0 commit comments