Why does the Next App not have the "sideEffects": false, inside packages.json? #3383
welschmoor
started this conversation in
General
Replies: 1 comment 3 replies
-
Best is to try, but afaik it won't be make any difference in the context of an app. The code is not transpiled so webpack/uglify/swc can properly drop unused code. That differs in a published library. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Would this not decrease the bundle size of a Next build? I am curious! Thanks!
Beta Was this translation helpful? Give feedback.
All reactions