You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A potential workaround here is to force webpack into the browser-compatible branch, using the [DefinePlugin](https://webpack.js.org/plugins/define-plugin/):
#169
Closed
435352980 opened this issue
Oct 11, 2019
· 0 comments
We're currently using this successfully (wowserhq/client@8c61884) but it's worth noting that it may break other parts of the build that actually do rely on process using a typeof-check.
A potential workaround here is to force webpack into the browser-compatible branch, using the
DefinePlugin
:We're currently using this successfully (wowserhq/client@8c61884) but it's worth noting that it may break other parts of the build that actually do rely on
process
using atypeof
-check.Originally posted by @timkurvers in #156 (comment)
The text was updated successfully, but these errors were encountered: