We just published to fixes for socket.io-client:
- Building with
browserifyorwebpackis now completely straightforward. No need toexclude/ignoreornoParse/externalsthewsmodule. - Improved the JSONP transport when
socket.io-clientorengine.io-clientare lazily evaluated or the<script>tag that included them gets removed.
Get the latest client from the CDN:
<script src="https://cdn.socket.io/socket.io-1.4.4.js"></script>