After porting our app to newer version of create-react-app
following error started occurring:
Seems to be reffering to inherits_browser.js
that is probably coming from some npm module that we can't pinpoint. Line error refers to in that file is ctor.prototype = Object.create(superCtor.prototype,
and it seems like this is used by webpack somehow.
Has anyone experienced this issue before / can suggest what problematic areas this can occur in?
EDIT
Digging deeper issue seems to be coming from this file (cipherBase.js)