You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have you considered converting this to monorepo so each module could be published as separate npm package.
Couple of advantages I see with this approach:
allows users to only install crypto library they need
by installing only libraries we need, would reduce code bundle size on the web
by installing only libraries we need, we would reduce node-gyp compilation time when installing library
I would love to hear your opinion on this.
The text was updated successfully, but these errors were encountered:
Have you considered converting this to monorepo so each module could be published as separate npm package.
Couple of advantages I see with this approach:
I would love to hear your opinion on this.
The text was updated successfully, but these errors were encountered: