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
@@ -133,6 +133,23 @@ const smp = new SpeedMeasurePlugin({
133
133
});
134
134
```
135
135
136
+
### `options.compareLoadersBuild`
137
+
138
+
Type: `Object`<br>
139
+
Default: `{}`
140
+
141
+
This option gives you per loader module count, module time to execute, time comparison
142
+
with previous build of each loader. It takes input as `filePath` which is
143
+
filename where all build details will be written.
144
+
`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