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.
Starting from a certain version, the published tarballs for
@vue-lynx-example/*no longer include thedist/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.4tarball containssrc/, configs, etc., but nodist/.For comparison,
@lynx-example/*packages still publishdist/artifacts (e.g.@lynx-example/hello-world@0.6.8includesdist/main.lynx.bundleanddist/main.web.bundle).Expected
@vue-lynx-example/*packages published to npm include prebuiltdist/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.