Skip to content
New issue

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

example can't find bundle.js #69

Open
erikmartinessanches opened this issue Nov 18, 2019 · 2 comments
Open

example can't find bundle.js #69

erikmartinessanches opened this issue Nov 18, 2019 · 2 comments

Comments

@erikmartinessanches
Copy link

erikmartinessanches commented Nov 18, 2019

After installing the player into example folder, running npm install, npm start, the browser console says that the resource can't be found: file:/... /react-audio-player/example/js/bundle.js

@solt9029
Copy link

solt9029 commented Apr 8, 2020

Any progress for this issue?
I encountered the same issue.

@yutaroishiwata
Copy link

This is the correct behavior. webpack-dev-server will save the bundle file in memory instead of writing it out. You can check it from this path: http://localhost:4000/js/bundle.js

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants