1.2.2 • Published 2 years ago

statgrab v1.2.2

Weekly downloads
5
License
ISC
Repository
github
Last release
2 years ago

statgrab

Grabs your stats.json.

Particularly useful when used with webpack, which has plugins like stats-webpack-plugin and webpack-stats-plugin for exporting the stats of the build. If stats.json includes any errors or warnings, it will log those to the console.

Usage

const statgrab = require("statgrab")
statgrab((stats) => console.log(stats))

or

require("statgrab/do")

License

This package is licensed under ISC.

1.2.2

2 years ago

1.2.1

5 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.0

8 years ago