Skip to content
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

Update webpack example #2960

Merged
merged 1 commit into from
Jun 3, 2017
Merged

Conversation

darrachequesne
Copy link
Member

The kind of change this PR does introduce

  • a bug fix
  • a new feature
  • an update to the documentation
  • a code change that improves performance
  • other

Current behaviour

New behaviour

Other information (e.g. related issues)

@@ -8,8 +8,7 @@ var read = require('fs').readFileSync;
var path = require('path');
var exists = require('fs').existsSync;
var engine = require('engine.io');
var client = require('socket.io-client');
var clientVersion = require('socket.io-client/package').version;
var clientVersion = require('socket.io-client/package.json').version;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: This change is not mandatory but it seems to be an issue sometimes (socketio/socket.io-client#933 (comment)).

@darrachequesne darrachequesne merged commit 2b10f1b into socketio:master Jun 3, 2017
@darrachequesne darrachequesne deleted the docs/webpack branch June 3, 2017 11:53
@darrachequesne darrachequesne added this to the 2.0.3 milestone Jun 13, 2017
dzad pushed a commit to dzad/socket.io that referenced this pull request May 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant