Skip to content

improve pnpm run package #5

@marcoieni

Description

@marcoieni

The size of the dist folder is huge. Tree-shaking would avoid copy pasting all the files imported and instead copy just the items imported.

Tree-shaking could also prevent bugs. E.g., if post.ts imports a constant from main.ts, then the code from main.ts is copy pasted in post.js, which causes bugs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions