zouhir/jarvis ? reverse-engineered prompt

Reverse engineered prompt

Build me a browser based dashboard for webpack that helps me understand my builds at a glance.

I want to run it alongside a webpack project and open a local page that shows build status, errors in a clean readable way, bundle and chunk sizes, and the important output files from the build. It should also help me spot which imports are tree shakable versus CommonJS, and show how the assets might perform on different network connection speeds. If there’s a build error, I want a quick way to search Google or Stack Overflow for it right from the dashboard.

Make it feel polished and easy to use, with a modern interface that updates live while webpack is running. It should work in the browser, be simple to start from a webpack config, and keep running for watch mode by default. If you need to look up current docs for any build tool details, do that too.