You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you generate stats with the Webpack CLI - it passes a particular set of "outputOptions" to toJson(). This results in different output than calling it without any options, which this plugin currently does.
Providing the ability to pass the custom outputOptions into the toJson() call would allow users to customize the results, or make them match the default Webpack results.