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
Just updated to newest webpack and webpack-dev-server. And using node v4.1
"webpack": "^1.12.2", "webpack-dev-server": "^1.11.0"
And socket.io got too verbose in browser.. not sure how to suppress that so I can see important stuff:
The text was updated successfully, but these errors were encountered:
Replace socket.io with SockJS as discussed in webpack#229
7dcd41d
This removes the node-gyp dependency :). Fixes webpack#229, webpack#276, fixes webpack#195, fixes webpack#267, fixes webpack#258 and fixes webpack#242
See my comment in #302 for a fix.
This is not a bug, it's a feature that you have enabled.
Sorry, something went wrong.
No branches or pull requests
Just updated to newest webpack and webpack-dev-server. And using node v4.1
And socket.io got too verbose in browser.. not sure how to suppress that so I can see important stuff:
The text was updated successfully, but these errors were encountered: