webpack-dashboard v3.3.4 Release Notes

Release Date: 2021-07-12 // almost 3 years ago
    • 🔨 Chore: Refactor internal stats consumption to perform inspectpack analysis in the main thread, without using main streams.
    • 🔨 Chore: Refactor internal handler in plugin to always be a wrapped function so that we can't accidentally have asynchronous code call the handler function after it is removed / nulled.
    • 🛠 Bugfix: Add message counting delayed cleanup in plugin to allow messages to drain in Dashboard. Fixes #294.