Remailednet

Results 1 comments of Remailednet

I don't know the cause, but now rollup.js will give you a [hint](https://rollupjs.org/guide/en/#error-name-is-not-exported-by-module). A solution that worked for me was: `commonjs({ namedExports: { 'file-saver': [ 'saveAs' ] } })`