Description
Complete crypto-js included into the bundle along with @easyblocks/core
Commit 7b9836b forces a whole crypto-js lib to be included with @easyblocks/core.
We bundle with rollup and it cannot tree-shake redundant code out of it. That adds quite a lot to the final bundle - 59KB GZip'ed.
In general crypto-js project is discontinued. Would it be possible to rely on browser crypto API instead?