VirgilSecurity / virgil-crypto-javascript

Virgil JavaScript Crypto Library is a high-level cryptographic library that allows you to perform all necessary operations for secure storing and transferring data and everything required to become HIPAA and GDPR compliant.
https://developer.virgilsecurity.com/docs/how-to#cryptography
BSD 3-Clause "New" or "Revised" License
35 stars 4 forks source link

Fix browser build #72

Closed snanovskyi closed 4 years ago

snanovskyi commented 4 years ago

rollup-plugin-commonjs has been deprecated. It moved to rollup organisation and now available as @rollup/plugin-commonjs.

The problem is that new package has some kind of regression. That's why browser builds doesn't work properly.

This pull request rolls back them to previous versions.