webpack-inspector icon indicating copy to clipboard operation
webpack-inspector copied to clipboard

Feature Request: Support Nextjs on demand compile mechanism

Open promer94 opened this issue 2 years ago • 0 comments

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 ?

promer94 avatar Mar 03 '23 12:03 promer94