Skip to content

Audit packages that are included in jbrowse plugins, and consider for re-exports #54

@cmdcolin

Description

@cmdcolin

example: jbrowse-plugin-gwas is relatively small but it is 700kb minified, larger than jbrowse-web initial load even

the esbuild bundle analyzer shows many packages are included that likely could be obtained from reexports

Image

note that this behavior is a bit risky in both directions

changes to reexports can cause backwards incompatibility, but also, not getting the deps from reexports means there is the potential for weird runtime conflicts with the jbrowse core imports which is a forward compatibility issue

https://esbuild.github.io/analyze/

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