Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update bundlesize help command (#617)
The config for limiting the bundlesize is: ```js { bundlesize: { maxSize: '100kB' } } ``` and not ```js { bundlesize: '100kB' } ``` as the help text implies.
- Loading branch information