-
Notifications
You must be signed in to change notification settings - Fork 19
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
Emit an error if a relation with a fragment gets redirected #165
Conversation
... except through a FileRedirect (implicit += /index.html) with a trailing slash on the href. webpack/webpack.js.org#3332 (comment)
Awesome! I think I need to have a look at changing the error messages for that case. The |
Yeah, I am not super familiar with how those error reports are supposed to look. Feel free to change them 🤗 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks ready to merge to me. Unless you can find any obvious problems with my additions
LGTM, although I'm a little bit on the fence about |
I think gethreftype should be pulled out into its own module. I can do that |
https://www.npmjs.com/package/hreftypes now exists, and this PR is using it. I'll make a PR for switching assetgraph over soon |
Released in v4.4.0 |
... except through a FileRedirect (implicit += index.html) with a trailing slash on the href.
webpack/webpack.js.org#3332 (comment)