mirror of
https://github.com/FormidableLabs/webpack-dashboard.git
synced 2026-01-18 14:18:05 +00:00
Adds `minified` and `gzip` configuration options that can optionally disable the relatively expensive per-module calculations of each by `inspectpack` under the hood. - Fixes #227 - Adds `minified` and `gzip` plugin options, both defaulted to `true` so we don't need a semver major bump. - Adds more README documentation and explanations about CPU intensive workloads and the `inspectpack` cache.