Following https://github.com/webpack/webpack/commit/b7c1b5c6724944a92de54590a5171f2805a48cd0 the plugin throws: ``` error: uncaughtException: Class constructor Stats cannot be invoked without 'new' ``` The offending line is: ```javascript Stats.apply(this, arguments); ```
Following webpack/webpack@b7c1b5c the plugin throws:
The offending line is: