-
Notifications
You must be signed in to change notification settings - Fork 79
Open
Description
Several plugins I have tried to use alongside this plugin break when webpack starts an incremental build after a code change. The issue seems to be that all the hooks registered on the webpack 4 compiler.hooks
object are missing in the incremental compile. The plugins then fail with errors like TypeError: Cannot read property 'call' of undefined
. Removing the speed-measure-webpack-plugin fixes the issue.
Nilos, talha5389, artivilla, jspears, FabianFrank and 5 more
Metadata
Metadata
Assignees
Labels
No labels