video-dev / clappr-rtmp-plugin

📺 RTMP support for Clappr player.
http://clappr.io
Apache License 2.0
105 stars 46 forks source link

Webpack2 breaking change #73

Closed mdrx-io closed 5 years ago

mdrx-io commented 7 years ago

I'm getting an error in a project using webpack2:

Module not found: Error: Can't resolve 'raw' in '/home/crunchex/myproject/node_modules/clappr-rtmp/src' BREAKING CHANGE: It's no longer allowed to omit the '-loader' suffix when using loaders. You need to specify 'raw-loader' instead of 'raw', see https://webpack.js.org/guides/migrating/#automatic-loader-module-name-extension-removed

Not sure how to submit a PR with a fix as I'm having issues rebuilding the package with the Adobe AIR sdk business.

hexray-newbee commented 7 years ago

I created the PR: https://github.com/flavioribeiro/clappr-rtmp-plugin/pull/76