File tree Expand file tree Collapse file tree 5 files changed +10511
-8771
lines changed
projects/ng-sortgrid-demo/src Expand file tree Collapse file tree 5 files changed +10511
-8771
lines changed Original file line number Diff line number Diff line change 4545 "build" : {
4646 "builder" : " @angular-devkit/build-angular:browser" ,
4747 "options" : {
48- "aot" : true ,
4948 "outputPath" : " dist/ng-sortgrid-demo" ,
5049 "index" : " projects/ng-sortgrid-demo/src/index.html" ,
5150 "main" : " projects/ng-sortgrid-demo/src/main.ts" ,
6059 " projects/ng-sortgrid/src/lib/ngsg.css" ,
6160 " node_modules/@fortawesome/fontawesome-free/css/all.css"
6261 ],
63- "scripts" : []
62+ "scripts" : [],
63+ "vendorChunk" : true ,
64+ "extractLicenses" : false ,
65+ "buildOptimizer" : false ,
66+ "sourceMap" : true ,
67+ "optimization" : false ,
68+ "namedChunks" : true
6469 },
6570 "configurations" : {
6671 "production" : {
7580 "sourceMap" : false ,
7681 "extractCss" : true ,
7782 "namedChunks" : false ,
78- "aot" : true ,
7983 "extractLicenses" : true ,
8084 "vendorChunk" : false ,
8185 "buildOptimizer" : true ,
9195 }
9296 ]
9397 }
94- }
98+ },
99+ "defaultConfiguration" : " "
95100 },
96101 "serve" : {
97102 "builder" : " @angular-devkit/build-angular:dev-server" ,
You can’t perform that action at this time.
0 commit comments