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
Describe the bug I am using node v14 and react version is 16.13.0
To Reproduce I installed via "yarn" "media-stream-library": "^11.1.1", "media-stream-player": "^8.1.1", "luxon": "^2.4.0",
Steps to reproduce the behavior:
I copy/paste the code from example/react and edit the alias in react-rewire-app config-override.js file
'media-stream-library': 'media-stream-library/dist/index.browser.d.ts'
if I don't edit the alias, it will throw error "Can't resolve 'media-stream-library' in node_modules/media-stream-player/dist'"
Screenshots
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered:
Try to replace by this: 'media-stream-library': 'media-stream-library/dist/browser-esm' As descriped in readme. Its helped for me.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
I am using node v14 and react version is 16.13.0
To Reproduce
I installed via "yarn"
"media-stream-library": "^11.1.1",
"media-stream-player": "^8.1.1",
"luxon": "^2.4.0",
Steps to reproduce the behavior:
I copy/paste the code from example/react
and edit the alias in react-rewire-app config-override.js file
'media-stream-library': 'media-stream-library/dist/index.browser.d.ts'
if I don't edit the alias, it will throw error "Can't resolve 'media-stream-library' in node_modules/media-stream-player/dist'"
Screenshots
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: