-
-
Notifications
You must be signed in to change notification settings - Fork 380
Response.getHeader may be undefined, not a function #380
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
Comments
#377 introduce this issue |
@evilebottnawi should i need to make a pr which will check |
@sjy yep, feel free to send a PR, anyway what is use case where |
My project depends on |
@sjy we don't support officially |
Looks like help is on the way: shellscape/koa-webpack#110 |
Same problem !! |
same problem. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
All comments are not in English are marked as spam. |
Update your deps |
same problem!! |
Update your deps |
Which dependency must be updated to resolve this? It seems that koa-webpack is the package which included the fix but I'm not even using that. Do I have to? |
@emilsedgh are you sure about that? Is the |
Yes I'm quite sure of that. It seems that koa-webpack wrapped webpack-dev-middleware and webpack-hot-client, which were already set up. I'm in the process of porting to koa-webpack anyways, but I think this bugs means people wont be able to opt-out of that anymore. |
Uh oh!
There was an error while loading. Please reload this page.
Expected Behavior
No error
Actual Behavior
A TypeError throwed
For Bugs; How can we reproduce the behavior?
Use vue-cli create a app and install the latest version of webpack-dev-middleware
The text was updated successfully, but these errors were encountered: