Open prljav opened 2 months ago
NOTE: could be issue with the bundler, if it is someone please help :P
Hi! rollup
must be configured to use the browser-specific version of the package:
export default {
// ...
plugins: [
resolve({
browser: true,
}),
],
};
Is that your case?
Reference: https://socket.io/docs/v4/client-with-bundlers/#rollupjs
Describe the bug A clear and concise description of what the bug is. Cannot import io from socket.io-client To Reproduce Use @kellnerd/userscript-bundler to try to bundle
import { io } from "socket.io-client"
Please fill the following code example:Socket.IO server version:
x.y.z
noneServer
Socket.IO client version:
x.y.z
Client
Expected behavior have the IO object
Platform:
Additional context Add any other context about the problem here. no