Open
Description
We recently attempted to upgrade our version of pubnub but we're blocked by similar issues to the one highlighted by:
#239
In our case, vm2 makes a call to require(coffee-script)
and attempts to call readFileSync
on a file called bridge.js
that it supplies both of which cause our build to fail.
It looks like we should be able to work around it by patching out the dependency on pac-proxy-agent. Basically, I have two questions:
- under what circumstances would pubnub use pac proxies (if ever)
- if the pubnub client doesn't use pac proxies, would it be possible for pubnub to patch out it's dependency on pac-proxy-agent since vm2 seems to be causing issues for some users using webpack?
Edit: we're currently on 4.29.7, we've attempted to upgrade to a couple of different versions but any greater version than our current version caused these issues.