indexiatech / re-notif

Redux & React based Notifications center.
http://indexiatech.github.io/re-notif
BSD 3-Clause "New" or "Revised" License
148 stars 45 forks source link

Upgrade react transition group #68

Closed ekadas closed 6 years ago

ekadas commented 6 years ago

Couple of things happening here.

The most important being the update of react-transition-group. This is to solve our webpack issues, which were happening because the CommonsChunkPlugin couldn't properly package incompatible versions.

After fixing that, webpack was experiencing problems building vendor.css, because the import of styles was removed in this package.

Thirdly, in order to build the package after the install, a postinstall script needed to be added, which also required the moving of dependencies.