Hi I am using Vue. But after installing inertia with Vue I got a really big size of js. How to optimize? #1132
Answered
by
Tofandel
JenuelDev
asked this question in
Help (Vue)
-
Beta Was this translation helpful? Give feedback.
Answered by
Tofandel
Jul 20, 2022
Replies: 1 comment 1 reply
-
You left out the most important factor in your question. How are you building your app and what is this injected.js file? Also if you want to check your build size, do it in production mode, dev mode doesn't tree shake for a faster build |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
JenuelDev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You left out the most important factor in your question. How are you building your app and what is this injected.js file?
Also if you want to check your build size, do it in production mode, dev mode doesn't tree shake for a faster build