Skip to content

Somewhat tree shaking #5

@zavr-1

Description

@zavr-1

Although not fully, but tree shaking can be implemented when source imports modules like

import { test } from './pck'

and the ./pck exports

export { default as test } from `./test`

Therefore, the dependencies in the ./pck don't need to be included.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions