Upgrading to webpack 2 I was faced with this error:
TypeError: _webpack2.default.optimize.OccurenceOrderPlugin is not a function
The good news for webpack 2 is:
The plugin is no longer needed and occurrence order is on by default.
Why it was breaking is there was a spelling mistake which has been corrected and removed as a breaking change.
OccurenceOrderPlugin has been renamed to OccurrenceOrderPlugin.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With