File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
src/content/configuration Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ stats: {
40
40
// Add asset Information
41
41
assets: true ,
42
42
// Sort assets by a field
43
+ // You can reverse the sort with `!field`.
43
44
assetsSort: " field" ,
44
45
// Add information about cached (not built) modules
45
46
cached: true ,
@@ -54,6 +55,7 @@ stats: {
54
55
// Add the origins of chunks and chunk merging info
55
56
chunkOrigins: true ,
56
57
// Sort the chunks by a field
58
+ // You can reverse the sort with `!field`. Default is `id`.
57
59
chunksSort: " field" ,
58
60
// Context directory for request shortening
59
61
context: " ../src/" ,
@@ -87,6 +89,7 @@ stats: {
87
89
// Add built modules information
88
90
modules: true ,
89
91
// Sort the modules by a field
92
+ // You can reverse the sort with `!field`. Default is `id`.
90
93
modulesSort: " field" ,
91
94
// Show dependencies and origin of warnings/errors (since webpack 2.5.0)
92
95
moduleTrace: true ,
You can’t perform that action at this time.
0 commit comments