You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
clappr-rtmp-plugin/webpack.config.js
Line 19 in 2fe6f7e
The text was updated successfully, but these errors were encountered: