-
Notifications
You must be signed in to change notification settings - Fork 188
Open
Description
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?
pmcelhaney
Metadata
Metadata
Assignees
Labels
No labels