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
Private class properties have good support, so I can't find a better solution than replacing browserify with something else. For example webpack (without babel)? But this way we need to set up polifills (stream, process) by ourselves.
The text was updated successfully, but these errors were encountered:
In that release, private class properties appeared in
ChainObjectSerializer
v1.5.1...v1.6.0#diff-26a0d7899e9f195048fa46827000173d2cbcf725be72bbd5148db1e2a764c7a4R49
It is not compatible with browserify.
It looks like, browserify doesn't like new syntaxes in general. browserify/browserify#2029
Private class properties have good support, so I can't find a better solution than replacing browserify with something else. For example webpack (without babel)? But this way we need to set up polifills (
stream
,process
) by ourselves.The text was updated successfully, but these errors were encountered: