-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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
Devtool link is broken #4736
Comments
I think it's assumed that the reader will copy the link without |
But a lot of users (myself included) like to read the sourcecode directly from github to get inspiration or see how you guys reason about things |
Thanks! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
create-react-app/packages/react-scripts/config/webpack.config.dev.js
Line 79 in 26f701f
Seems like the
.
needs a space after the url so it doesn't redirect to a 404 page 😛The text was updated successfully, but these errors were encountered: