webpack-inspector
webpack-inspector copied to clipboard
Feature Request: Support Nextjs on demand compile mechanism
Thanks for making this awesome plugin !
It works really for normal webpack project and the metrics of loaders is super helpful.
Problem
Nextjs has a special on-demand compile mechanism, it would only compile a small part of project in initial compilation. When i try to use this plugin with nextjs, i notice that the plugin only collect the initial compilation results. If i navigate to a new page, i will not able to see the new compilation result in the plugin's dashboard
Do you have any plan to support this ?