@statoscope/webpack-ui
Advanced tools
Changelog
5.19.1 (12 December 2021)
[webpack-stats-extension-package-info]
- collect more package versionsChangelog
5.19.0 (26 November 2021)
[webpack-model]
- smart handling for concat modules container id
This improves modules diff.[helpers]
- add id modifier to indexer[cli]
- add init
and create
commands (#139 by @wildOrlik)Changelog
5.18.0 (O3 November 2021)
[config]
- more useful error message if any of plugins or reporters from statoscope config is not installed (#137 by @amalitsky)[webpack-model]
- fix d.tsChangelog
5.17.0 (27 October 2021)
[webpack-model]
- support grouped modules (stats: { all: true }
in webpack 5)[webpack-model]
- improved chunkName
helper
Now chunkName
helper returns more accurate chunk name[webpack-model]
- add assetChunkName
helper[webpack-model]
- total stats preparing refactoringChangelog
5.16.0 (25 October 2021)
[cli]
- Support reference
-arg for generate
and serve
commands (#134)[webpack-ui]
- Use input
and reference
files by default for diff page (#134)[webpack-ui]
- Add details to chunks-tab (Added/Removed/Changed modules) at diff page. (#133 by @andreygmc)Changelog
5.14.0 (13 October 2021)
[cli]
- add query
command (#130)[cli]
- add inject-report
command[webpack-ui]
- use report id when no report name specified[stats-extension-custom-reports]
- handleReport returns boolean instead of throw an errorChangelog
5.13.0 (09 October 2021)
[webpack-ui]
- update highcharts to v9
[webpack-ui]
- add box
-view to build flex layout
[{
view: 'box',
content: [
{ view: 'box', content: 'struct' },
{ view: 'box', content: 'struct' },
{ view: 'box', content: 'struct' },
]
},
{
view: 'box',
options: { direction: 'column' },
content: [
{ view: 'box', content: 'struct' },
{ view: 'box', content: 'struct' },
]
}]
There are some supported options:
display
direction
shrink
grow
alignItems
justifyItems
alignContent
justifyContent
width
height
padding
margin
[webpack-model]
- add resolveExtensionByCompilation
-helper - resolves extension by id and compilation
[webpack-model]
- resolveExtension*
resolves extension even if the extension has no API (not warning anymore)
[webpack-model]
- add StatsExtensionWebpackAdapter type
[webpack-plugin]
- add extensions
-options (see plugin readme for more info)
[webpack-model]
- resolveExtension
resolves extension by its name and filename that the extension attached to[webpack-stats-extension-compressed]
- implement webpack stats extension interface[webpack-stats-extension-package-info]
- implement webpack stats extension interface