Skip to content

Commit

Permalink
Update README.md (webpack-contrib#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
fanich37 committed Dec 5, 2018
1 parent a3ee8e0 commit 15402cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ This module will help you:
And the best thing is it supports minified bundles! It parses them to get real size of bundled modules.
And it also shows their gzipped sizes!

__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.

<h2 align="center">Options (for plugin)</h2>

```js
Expand Down

0 comments on commit 15402cb

Please sign in to comment.