How to address bundle size? #72
Unanswered
benhodgson87
asked this question in
Q&A
Replies: 1 comment
-
oh, that's problematic. Usually, the actual bundle size of the package wouldn't be a problem, as everything is in SSR only. I think I know why that might be: The import of the wrapper of pages with So thank you very much for reporting this, I consider it a bug. I think it is not too hard to resolve though, I just need to add the wrappers in a separate bundle that compiles to esm. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
After installing this package, which has solved pretty much all our CSP headaches, we noticed that our built bundle sizes skyrocketed;
Is there anything that can be done here to reduce the weight of this module?
Beta Was this translation helpful? Give feedback.
All reactions