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
When I create a base nuxt app, just adding this module makes the build really huge. The net increase is about 1MB in stat size with a lot of libs (browserify, elliptic being the main culprits) and it end up being larger than Nuxt all its dependencies combined. Is there a way to reduce this module footprint? No amount of splitting seems to reduce that as I use stored data on pretty much every pages.
When I create a base nuxt app, just adding this module makes the build really huge. The net increase is about 1MB in stat size with a lot of libs (browserify, elliptic being the main culprits) and it end up being larger than Nuxt all its dependencies combined. Is there a way to reduce this module footprint? No amount of splitting seems to reduce that as I use stored data on pretty much every pages.
Here an example:
When I add this module and rebuid:
The text was updated successfully, but these errors were encountered: