-
[webpack-model]
- add module_retained_modules(module)
-helper that returns retained modules by specific module
In other words: retained ones will be removed from bundle along with the module
-
[webpack-ui]
- support module_retained_modules
in module tree. For example, you can see retained modules in the diff-page
-
[webpack-ui]
- update discoveryjs from 1.0.0-beta.66 to 1.0.0-beta.77 (see changelog)
-
[webpack-ui]
- expose Discovery namespace
import Statoscope from '@statoscope/webpack-ui';
console.log(Statoscope.Discovery);
See usage example in dev.html
-
[webpack-ui]
- expose Discovery data and view inspector that helps to debug custom statoscope reports
-
[webpack-ui]
- add npm run dev
to develop Statoscope UI more easily
-
[stats-validator-reporter-stats-report]
: add disableReportCompression
-option, disable it will increase the size a lot (false
by default) (#210 by @icy0307)
-
[report-writer]
: use jsonxl to compress stats in binary json (replacement for old solution)