Skip to content

Use zephyr to further slim down the compiled output #10

Description

@toastal

zephyr is a tree-shaking tool for PureScript. It would be nice to use, but we would either need to pull in a bundler like webpack, rollup, et.al. or wait on this spago issue if the idea is to keep the dependencies small and build process simple

graph BuildProcess;
    build@spago->tree-shake@zephyr;
    tree-shake@zephyr->bundle-app@spago;
    bundle-app@spago->compress@terser;
Loading

(hmm... seems Mermaid is only supported in GitLab-flavored Markdown)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions