File tree Expand file tree Collapse file tree 5 files changed +9318
-11058
lines changed
projects/ng-sortgrid-demo/src Expand file tree Collapse file tree 5 files changed +9318
-11058
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 ,
4849 "outputPath" : " dist/ng-sortgrid-demo" ,
4950 "index" : " projects/ng-sortgrid-demo/src/index.html" ,
5051 "main" : " projects/ng-sortgrid-demo/src/main.ts" ,
5960 " projects/ng-sortgrid/src/lib/ngsg.css" ,
6061 " node_modules/@fortawesome/fontawesome-free/css/all.css"
6162 ],
62- "scripts" : [],
63- "vendorChunk" : true ,
64- "extractLicenses" : false ,
65- "buildOptimizer" : false ,
66- "sourceMap" : true ,
67- "optimization" : false ,
68- "namedChunks" : true
63+ "scripts" : []
6964 },
7065 "configurations" : {
7166 "production" : {
8075 "sourceMap" : false ,
8176 "extractCss" : true ,
8277 "namedChunks" : false ,
78+ "aot" : true ,
8379 "extractLicenses" : true ,
8480 "vendorChunk" : false ,
8581 "buildOptimizer" : true ,
9591 }
9692 ]
9793 }
98- },
99- "defaultConfiguration" : " "
94+ }
10095 },
10196 "serve" : {
10297 "builder" : " @angular-devkit/build-angular:dev-server" ,
You can’t perform that action at this time.
0 commit comments