You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -135,6 +135,23 @@ const smp = new SpeedMeasurePlugin({
135
135
});
136
136
```
137
137
138
+
### `options.compareLoadersBuild`
139
+
140
+
Type: `Object`<br>
141
+
Default: `{}`
142
+
143
+
This option gives you per loader module count, module time to execute, time comparison
144
+
with previous build of each loader. It takes input as `filePath` which is
145
+
filename where all build details will be written.
146
+
`Note :- i) Node version > 0.10 ii) filePath option is mandatory. iii) The module count will only be visible when the outputFormat is 'humanVerbose'.`,
0 commit comments