Skip to content

Tree-shakeability#292

Draft
its-everdred wants to merge 2 commits intomainfrom
kevin/tree-shakeability
Draft

Tree-shakeability#292
its-everdred wants to merge 2 commits intomainfrom
kevin/tree-shakeability

Conversation

@its-everdred
Copy link
Collaborator

@its-everdred its-everdred commented Feb 10, 2026

Problem

The SDK forces all provider dependencies into every consumer's bundle, regardless of whether they even want to use all sub-dependencies.

Solution

Unclear. For now I discuss some options in a spec.

A Solution test should look something like:

  1. Create a new node package
  2. Add actions-sdk
  3. Create an ActionsConfig and only use/install morpho and turnkey.

Before:
Dependency install size: X kb
Runtime size: Y kb

After:
Dependency install size: A kb
Runtime size: B kb

@netlify
Copy link

netlify bot commented Feb 10, 2026

Deploy Preview for actions-ui ready!

Name Link
🔨 Latest commit 6586588
🔍 Latest deploy log https://app.netlify.com/projects/actions-ui/deploys/698eb4a168eac7000869be8a
😎 Deploy Preview https://deploy-preview-292--actions-ui.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@its-everdred its-everdred changed the title Tree-shakeability spec Tree-shakeability Feb 13, 2026
@its-everdred its-everdred force-pushed the kevin/tree-shakeability branch from 38e753a to 6586588 Compare February 13, 2026 05:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant