File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed
Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 1515 },
1616 "architect" : {
1717 "build" : {
18- "builder" : " @angular-devkit/build-angular:application " ,
18+ "builder" : " @angular-devkit/build-angular:browser " ,
1919 "options" : {
2020 "outputPath" : " dist/igniteui-dev-demos" ,
21+ "main" : " ./src/main.ts" ,
2122 "index" : " src/index.html" ,
22- "browser" : " src/main.ts" ,
23- "server" : " src/main.server.ts" ,
24- "ssr" : {
25- "entry" : " src/server.ts"
26- },
2723 "polyfills" : [
2824 " zone.js" ,
2925 " hammerjs"
3935 ],
4036 "scripts" : [],
4137 "extractLicenses" : false ,
38+ "buildOptimizer" : false ,
4239 "sourceMap" : true ,
4340 "optimization" : false ,
4441 "namedChunks" : true ,
Original file line number Diff line number Diff line change 33 "version" : " 0.0.0" ,
44 "scripts" : {
55 "ng" : " ng" ,
6- "start" : " ng serve --open --configuration hmr" ,
6+ "start" : " ng serve --open --hmr" ,
77 "build" : " ng build --configuration production" ,
88 "test" : " ng test igniteui-angular" ,
99 "lint" : " ng lint" ,
You can’t perform that action at this time.
0 commit comments