mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #2069] [bug]: pnpm run generate dist filesize increase #680
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#680
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @baiy on GitHub (Jan 18, 2022).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/2069
Is there an existing issue for this?
Current behavior
dist-git-647c347 => https://github.com/hoppscotch/hoppscotch/tree/647c347eb143096b162f4cda0a0217c195b3f60c
dist-git-7f7338fa => https://github.com/hoppscotch/hoppscotch/tree/7f7338faeb4f5336f2e84e7e9d27cdd6bbc393d6
Steps to reproduce
pnpm run install
pnpm run generate
Environment
Production
Version
Local
@AndrewBastin commented on GitHub (Jan 18, 2022):
@baiy I don't see how this issue is of concern. Hence I am closing this issue for now.
We do not optimize for build sizes, we optimize for size of content transferred over the network by clients, hence Hoppscotch build generation generates a lot of code/assets which may or may not be used by the end user.
For an average user, Hoppscotch has to load about 5MB worth of network resources to be used, which is still a bit above my personal goal (~4MB). But 5MB is still not that bad.
Is there any specific reason you are worrying about build sizes ?