-   Notifications  You must be signed in to change notification settings 
- Fork 33
Closed
Labels
Description
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.
robtayl0r and hirokith