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
+12-3Lines changed: 12 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
1
# Webpack Bundle Tracker [](https://gitter.im/owais/webpack-bundle-tracker?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|`path`|`{String}`|`'.'`| Output directory of bundle tracker JSON file .|
184
+
|`path`|`{String}`|`'.'`| Output directory of bundle tracker JSON file. |
177
185
|`filename`|`{String}`|`'webpack-stats.json'`| Name of the bundle tracker JSON file. |
178
-
|`publicPath`|`{String}`|`?`| Override `output.publicPath` from Webpack config. |
179
-
|`relativePath`|`{Boolean}`|`?`| Show relative path instead of absolute path for bundles in JSON Tracker file. Path are relative from path of JSON Tracker file. |
186
+
|`publicPath`|`{String}`|(ignored)| Override `output.publicPath` from Webpack config. |
187
+
|`relativePath`|`{Boolean}`|`false`| Show relative path instead of absolute path for bundles in JSON Tracker file. Path are relative from path of JSON Tracker file. |
180
188
|`logTime`|`{Boolean}`|`false`| Output `startTime` and `endTime` properties in bundle tracker JSON file. |
181
189
|`integrity`|`{Boolean}`|`false`| Output `integrity` property for each asset entry. |
182
190
|`integrityHashes`|`{Array}`|`['sha256', 'sha384', 'sha512']`| Cryptographic hash functions used to compute integrity for each asset. |
191
+
|`indent`|`{Integer}`|`undefined`| Format resulting JSON file for better readability. |
0 commit comments