From fa30ce1f8d1a60877e0608ccca958da83a8033ca Mon Sep 17 00:00:00 2001 From: fanich37 Date: Mon, 10 Dec 2018 09:50:04 +0300 Subject: [PATCH] Clean usage section at README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 53ed842d..d562f0a0 100644 --- a/README.md +++ b/README.md @@ -48,8 +48,6 @@ 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 webpack-dev-server) it only provides `stat` size value - `parsed` and `gzip` size values are not provided in this case. -

Options (for plugin)

```js