in the webpack causes it not to build on a case sensitive OS since the package name is lowercase, and also causes webpack to complain with this warning:
There are multiple modules with names that only differ in casing.
This can lead to unexpected behavior when compiling on a filesystem with other case-semantic.
Use equal casing. Compare these module identifiers:
* /Users/contra/Projects/staeco/node_modules/Clappr/dist/clappr.js
Used by 1 module(s), i. e.
/Users/contra/Projects/staeco/node_modules/clappr-rtmp/dist/rtmp.js
clappr-rtmp-plugin/webpack.config.js
Line 19 in 2fe6f7e