Replies: 2 comments
-
I'm not sure I understand what the problem is exactly. This library is server-centric so I've not paid as much attention to the size of @simplewebauthn/server as I do @simplewebauthn/browser. Is this making it hard to deploy in edge runtimes because of deployment file size constraints? |
Beta Was this translation helpful? Give feedback.
0 replies
-
No issue deploying at the edge so far. But I thought it wasn't optimal that a single function import was 55kb which is the size of the entire server library. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First of all, thank you for the hard work you've put into this incredible project. I have successfully set it up on my own server, and everything is running smoothly.
I have noticed, however, that some individual imports are showing up as greater than 50kb in bundle size according to my VS Code extension. This seemed surprising, considering that it's almost the same size as the entire package. I was wondering if this could be confirmed or if it's possible that my extension is misreading the data.
https://bundlephobia.com/package/@simplewebauthn/[email protected]
Beta Was this translation helpful? Give feedback.
All reactions