Skip to content

Commit

Permalink
feat: remove prod dependency to socket.io-client
Browse files Browse the repository at this point in the history
The client bundles are included in the repository in order to remove
socket.io-client from the list of production dependencies and thus to
reduce the total number of dependencies when installing the server.

This means the release of the client and the server must now be in sync
(which is almost always the case actually).

The minified build is now served:

- /<path>/socket.io.js
- /<path>/socket.io.js.map
- /<path>/socket.io.min.js
- /<path>/socket.io.min.js.map

The content will now be compressed as well.
  • Loading branch information
darrachequesne committed Oct 17, 2020
1 parent a81b9f3 commit 7603da7
Show file tree
Hide file tree
Showing 7 changed files with 6,206 additions and 69 deletions.

0 comments on commit 7603da7

Please sign in to comment.