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
socketio.js recently grew by 5K (about 6% of its size) uglified. That's the cost of including the debug package for the browser.
We should consider removing debug (and calls to debug) from browser builds, and also look for other opportunities to reduce size.
The text was updated successfully, but these errors were encountered:
Fixed by c1dd34c (included in socket.io-client@1.7.0, and still valid today: https://github.com/socketio/socket.io-client/blob/3.1.0/support/prod.config.js#L15)
socket.io-client@1.7.0
Sorry, something went wrong.
No branches or pull requests
socketio.js recently grew by 5K (about 6% of its size) uglified. That's the cost of including the debug package for the browser.
We should consider removing debug (and calls to debug) from browser builds, and also look for other opportunities to reduce size.
The text was updated successfully, but these errors were encountered: