Skip to content

Conversation

NullVoxPopuli
Copy link
Collaborator

@NullVoxPopuli NullVoxPopuli commented Oct 1, 2025

I maintain that we should not just use the default blueprint, unmodified.

Before:

❯ du dist/ | wc -l
      21

After:

❯ du dist/ | wc -l
       7
# This can shrink when we move to the new blueprint setup

Ideally:

❯ du dist/ | wc -l
       3

This translates to 18 fewer modules for vite to optimize -- which (if many libraries start optimizing on their public API entrypoints), should improve the dep optimization speed of vite apps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant