Skip to content

Vue Lynx example packages no longer publish dist/ artifacts starting from a certain version #162

@Dugyu

Description

@Dugyu

Starting from a certain version, the published tarballs for @vue-lynx-example/* no longer include the dist/ directory, so there are no prebuilt bundle outputs (e.g. dist/*.lynx.bundle / dist/*.web.bundle). This breaks downstream example galleries / deployments that only download packages from npm (e.g. Netlify builds, or local setups that don’t run a build step for each example).

Example: @vue-lynx-example/basic@0.2.4 tarball contains src/, configs, etc., but no dist/.

For comparison, @lynx-example/* packages still publish dist/ artifacts (e.g. @lynx-example/hello-world@0.6.8 includes dist/main.lynx.bundle and dist/main.web.bundle).

Expected
@vue-lynx-example/* packages published to npm include prebuilt dist/ artifacts (or there is an official alternative for consumers that cannot run a build step).

Actual
dist/ is missing from the npm package contents for Vue examples.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions