weapp-socketio / weapp.socket.io

A WebSocket client for building WeChat Mini Program implement by socket.io
http://weappsocket.matong.io
MIT License
681 stars 172 forks source link

can not work with wepy #1

Closed notedit closed 6 years ago

notedit commented 6 years ago

找不到文件: xxxx/node_modules/weapp.engine.io/lib/transports/polling-xhr

module "npm/weapp.engine.io/lib/transports/index.js" is not defined Error: module "npm/weapp.engine.io/lib/transports/index.js" is not defined

it seems that wepy can not build well with this lib

notedit commented 6 years ago

this is how i use it https://github.com/notedit/wxLive/blob/master/lib/client.ts#L82

notedit commented 6 years ago

it seems it is a bug for wepy

notedit commented 6 years ago

https://github.com/Tencent/wepy/issues/1221