artembatura / zero-scriptsjs

A modular approach to develop modern JavaScript projects with minimal configuration.
MIT License
6 stars 1 forks source link

Add `--json` option to `build` task which generate bundle stats #648

Closed artembatura closed 3 years ago

artembatura commented 3 years ago

For example, run build --json will print stats in stdout For example, run build --json stats.json will write stats to stats.json file

Scope: plugin-webpack-spa