Skip to content

Missing export statement #225

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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