reactcards
reactcards copied to clipboard
fix typo in OccurrenceOrderPlugin
This a fix for the following error: TypeError: webpack.optimize.OccurenceOrderPlugin is not a constructor
I am getting this error with Webpack version 3.4.1, but it looks like it will also happen with earlier versions: https://github.com/webpack/webpack/issues/1964
An alternative solution would be removing this plugin altogether, since it does not appear to be needed anymore: https://gist.github.com/sokra/27b24881210b56bbaff7#occurrence-order
Thanks! We will have a look at the PR in the coming days!
Sure thing, happy to help :)