Skip to content

Releases: web-infra-dev/webpack-inspector

Release v1.0.1

02 Sep 08:04
Compare
Choose a tag to compare

Changes:

  • 🚀 Replace koa server with native http server
  • 🔥 Support incremental port binding

Release v1.0.0

02 Sep 06:31
Compare
Choose a tag to compare

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

22 Aug 08:31
Compare
Choose a tag to compare
Pre-release

🚀 Optimize the plugins options in inspector page.