Readme add Bundle Size Analysis notes.

This commit is contained in:
Jeff King 2021-06-22 12:46:23 -07:00
Родитель b754d263fe
Коммит faa2019a9a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 5E5F5F7EAAF929E4
1 изменённых файлов: 9 добавлений и 0 удалений

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

@ -34,6 +34,15 @@ npm publish
For a scoped non-paid accounts (such as for personal testing), publish would require: `npm publish --access public`.
For a dry-run publish: `npm publish --dry-run`. Careful: the typo `--dryrun` results in a real publish.
## Bundle Size Analysis
In `webpack.config.common.js` temporarily disable `stats: 'minimal'`.
```
npx webpack --profile --json > stats.json
npx webpack-bundle-analyzer stats.json
rm stats.json
```
## Contributing
This project welcomes contributions and suggestions. Most contributions require you to agree to a