We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00f4c81 commit 878b655Copy full SHA for 878b655
2 files changed
README.md
@@ -127,6 +127,25 @@ const webpackConfig = smp.wrap({
127
});
128
```
129
130
+### `options.loaderTopFiles`
131
+
132
+Type: `Number`<br>
133
+Default: 0
134
135
+`loaderTopFiles` is used with `outputFormat: 'humanVerbose'`:
136
137
+```
138
+const smp = new SpeedMeasurePlugin({
139
+ outputFormat: 'humanVerbose',
140
+ loaderTopFiles: 10
141
+});
142
143
144
+you can clearly see the most cost-effective loader files:
145
146
+
147
148
149
### `options.granularLoaderData` _(experimental)_
150
151
Type: `Boolean`<br>
cost-effective-loader.png
73.7 KB
0 commit comments