-
Notifications
You must be signed in to change notification settings - Fork 10.1k
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationpackage:socket.io-clientThis concerns the "socket.io-client" packageThis concerns the "socket.io-client" package
Description
The install docs have not been updated for v3. There is no slim build anymore, is it on purpose?
If so, which bundle do you recommend for development and which one for production? Or there isn't any differentiation anymore?
Before I had this in webpack aliases:
let socketioClient
if (process.env.NODE_ENV === 'development') {
socketioClient = 'socket.io-client/dist/socket.io.dev.js'
} else {
socketioClient = 'socket.io-client/dist/socket.io.slim.js'
}
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationpackage:socket.io-clientThis concerns the "socket.io-client" packageThis concerns the "socket.io-client" package