Macil / browserify-hmr

Hot Module Replacement plugin for Browserify
MIT License
374 stars 26 forks source link

Use latest socket.io #38

Closed lokenmakwana closed 6 years ago

lokenmakwana commented 6 years ago

I have been using browserify-hmr in few projects and facing issue with parsejson dependency with usage of yarn due to outdated socket.io-client / engine.io-client version.

parsejson dependency is removed from latest engine.io-client which is resolved by my host project dependency and browserify complains about not able to locate parsejson.

Macil commented 6 years ago

Thanks! This sounds good. I'll test it and merge it later tonight most likely.