ES6 module "lodash-es" increases bundle size #18556
-
As per vue optimization page Why it's happening? can anyone help. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Just googling the issue returns a few potential suggestions
I'm not longer using Lodash, but just thought of replying with potential solutions anyway |
Beta Was this translation helpful? Give feedback.
-
I would try https://www.npmjs.com/package/@optimize-lodash/rollup-plugin, maybe this will help you |
Beta Was this translation helpful? Give feedback.
-
The best way I found to optimize my legacy code is to import lodash functions separately,
to
|
Beta Was this translation helpful? Give feedback.
The best way I found to optimize my legacy code is to import lodash functions separately,
convert
to