Skip to content

Missing export statementΒ #225

@nicolasr75

Description

@nicolasr75

I use BigInteger indirectly via redux in an ES6 based app that I build via rollup.
Rollup fails to build because no default export of BigInteger can be found.

To fix this I added

export default bigInt;

at the end of BigInteger.js. Am I misunderstanding something here or is this really missing to make it work with ES6 imports?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions