Skip to content

Commit 15402cb

Browse files
committed
Update README.md (webpack-contrib#191)
1 parent a3ee8e0 commit 15402cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ This module will help you:
4848
And the best thing is it supports minified bundles! It parses them to get real size of bundled modules.
4949
And it also shows their gzipped sizes!
5050

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 <a href="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.
52+
5153
<h2 align="center">Options (for plugin)</h2>
5254

5355
```js

0 commit comments

Comments
 (0)