Skip to content

Commit c93fd2b

Browse files
authored
Fix README.md (#473)
1 parent 194c62d commit c93fd2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,8 @@ The Chunk Context Menu can be opened by right-clicking or `Ctrl`-clicking on a s
173173

174174
It happens when `webpack-bundle-analyzer` analyzes files that don't actually exist in your file system, for example when you work with `webpack-dev-server` that keeps all the files in RAM. If you use `webpack-bundle-analyzer` as a plugin you won't get any errors, however if you run it via CLI you get the error message in terminal:
175175
```
176-
Couldn't parse bundle asset "your_bundle_name.bundle.js".
177-
Analyzer will use module sizes from stats file.
176+
Error parsing bundle asset "your_bundle_name.bundle.js": no such file
177+
No bundles were parsed. Analyzer will show only original module sizes from stats file.
178178
```
179179
To get more information about it you can read [issue #147](https://github.com/webpack-contrib/webpack-bundle-analyzer/issues/147).
180180

0 commit comments

Comments
 (0)