pouchdb-community / socket-pouch

PouchDB and CouchDB over WebSockets, using Engine.io
Apache License 2.0
207 stars 45 forks source link

Webpack 2+ breaks socket-pouch communication with server #35

Open cellog opened 6 years ago

cellog commented 6 years ago

no idea why, but after upgrading to Webpack 2, sync no longer works. I can see the handshaking happening using PouchDB.debug, but no data is transferred over the wire.

cellog commented 6 years ago

it turns out to be that webpack 2 is breaking pouchdb/socket-pouch combo. No idea why