-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minimize Bundle Size in Nuxt #157
Comments
What is very big? I also use nuxt and I have about 3MB in total... Seems ok to me ? |
Hey, just looked into this issue for our project. The main bundle isn't being optimised in the releases, causing it to be ~ 900kB, It seems nuxt wont try to optimise it if it is over 500kB, a fix is to use the common.js bundle instead (~390kB):
or clone locally, add |
This file isn't being optimized, causing issues in bundlers (iliyaZelenko#157) Further recommendations would be to break out languages and plugins, but that might be breaking/not so simple.
Bundle is optimized in #169 |
Great, thanks )) |
This is not really an issue, but I am using tiptap-vuetify in nuxt and my bundle size is very big. I would like to see if I can reduce it, but don't know how.
The text was updated successfully, but these errors were encountered: