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
Hi, i tried to use this library with Webpack, however I'm unable to import the compress method. The reason is that, in Webpack the window object is defined, therefore the bz2 object is defined on the window object and not exported. Maybe this can be solved by always checking whether the module.exports object is defined?
The text was updated successfully, but these errors were encountered:
Hi, i tried to use this library with Webpack, however I'm unable to import the compress method. The reason is that, in Webpack the
window
object is defined, therefore thebz2
object is defined on the window object and not exported. Maybe this can be solved by always checking whether themodule.exports
object is defined?The text was updated successfully, but these errors were encountered: