We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
fix raw-loader of webpack 2 error
b9340b8
fix video-dev#73
I created the PR: #76
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
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.
The text was updated successfully, but these errors were encountered: