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
at the end of BigInteger.js. Am I misunderstanding something here or is this really missing to make it work with ES6 imports?
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
at the end of BigInteger.js. Am I misunderstanding something here or is this really missing to make it work with ES6 imports?