Unable to load with Webpack #1
Labels
No Label
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sheetjs/bz2#1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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?