Why are source maps included in the distributed package? #81070
Replies: 1 comment
-
Closing given the context in this PR discussions: #81191 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
The unpacked size of
next
is 127MB. Almost all of this comes from source maps in the dist folder. I understand that source maps are useful for debugging, but I do not think it makes sense to ship this to end clients.svelte
, by comparison, is 2.51MB. Is there a good reason for this to be included by default? I would think that mostly contributors would benefit from this.Additional information
No response
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions