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
+2
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,8 @@ This module will help you:
48
48
And the best thing is it supports minified bundles! It parses them to get real size of bundled modules.
49
49
And it also shows their gzipped sizes!
50
50
51
+
__IMPORTANT NOTE!__ Please keep in mind that it parses files that actually exists in the file system. If files are located in RAM (for example working with <ahref="https://webpack.js.org/configuration/dev-server/"target="_blank"rel="nofollow">webpack-dev-server</a>) it only provides `stat` size value - `parsed` and `gzip` size values are not provided in this case.
0 commit comments