Releases: web-infra-dev/webpack-inspector
Releases · web-infra-dev/webpack-inspector
Release v1.0.1
Changes:
- 🚀 Replace koa server with native http server
- 🔥 Support incremental port binding
Release v1.0.0
Features:
- 🚀 All modules and intermediate compilation results passed by the loaders.
- 🚀 The time consuming of all loaders and the number of files they compile.
- 🚀 Module dependency graph structure visualization.(Think of performance, the function will be closed when the number of modules is greater than 100).
- 🚀 View the final config of webpack.
- 🚀 View the webpack output chunk.
Release v1.0.0-alpha.3
🚀 Optimize the plugins options in inspector page.