webpack-stats 0.2.0

As zero-copy as possible representation of webpack-stats
Documentation
1
2
3
4
5
6
7
8
9
{
  "scripts": {
    "build": "webpack --profile --json=compilation-stats.json"
  },
  "devDependencies": {
    "webpack": "^5.0.0",
    "webpack-cli": "^4.10.0"
  }
}