Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: expose the ESM build with debug (bis)
This reverts the previous commit ([1]), and expose the ESM build that includes the debug package on a subpath: ```js import { Socket } from "engine.io-client/debug"; ``` Reference: https://nodejs.org/api/packages.html#subpath-exports Related: https://github.com/socketio/socket.io-client/issues/1586 [1]: fe4d93a
- Loading branch information