This commit is contained in:
azu 2019-06-29 14:48:54 +09:00 коммит произвёл Connor Peet
Родитель 196aa479ec
Коммит 078ac1a223
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -6,7 +6,7 @@ This is a tool that allows you to compare webpack bundle analysis files over tim
## Usage
The bundle comparison tool takes URLs of webpack stat outputs and displays them. You can use the JSON output from the [webpack-bundle-analyzer](github.com/webpack-contrib/webpack-bundle-analyzer), but we also include a plugin here if you don't use that package.
The bundle comparison tool takes URLs of webpack stat outputs and displays them. You can use the JSON output from the [webpack-bundle-analyzer](https://github.com/webpack-contrib/webpack-bundle-analyzer), but we also include a plugin here if you don't use that package.
### Using the Plugin