1 2 3 4 5 6 7 8 9
{ "scripts": { "build": "webpack --profile --json > compilation-stats.json" }, "devDependencies": { "webpack": "^4.0.0", "webpack-cli": "^3.0.0" } }