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
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -126,16 +126,14 @@ Type: `Object`<br>
126
126
Default: `{}`
127
127
128
128
This option gives you per loader module count, module time to execute, time comparison
129
-
with previous build of each loader. It takes two input, one is the `filePath` which is
130
-
filename where all build details will be written and second one is `commitBuildInfo` which
131
-
is not mandatory but on basis of this flag, your `filePath file` gets git commited to your
132
-
`current checkout branch` and will also push it to remote origin.
133
-
`Note :- i) Node version > 0.10 ii) filePath option is mandatory, commitBuildInfo is not mandatory. iii) But if you apply commitBuildInfo you should checkout the branch on your machine/server on which the filePath file should get committed before running your webpack build. Also the module count will only be visible when the outputFormat is 'humanVerbose'.`,
129
+
with previous build of each loader. It takes input as `filePath` which is
130
+
filename where all build details will be written.
131
+
`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