Skip to content

Missing jszip in browserify bundle #143

@SystemParadox

Description

@SystemParadox

The require call for jszip uses a concatenated string require('js'+'zip') which stops browserify from including it. The results in a runtime error Cannot find module 'jszip'.

This seems to be intentional (#76?), but I don't understand why because it just breaks the bundle. Is there a reason why jszip cannot be included and if so how can we build a browser bundle?

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions