Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package builds #2526

Open
guybedford opened this issue Nov 27, 2020 · 0 comments
Open

Package builds #2526

guybedford opened this issue Nov 27, 2020 · 0 comments

Comments

@guybedford
Copy link
Member

guybedford commented Nov 27, 2020

WIth jspm install, you can install a file or an entire package via jspm install preact for just the main or jspm install preact/ for all exports.

Similarly for the build, we could enable package builds via this trailing slash, as it extends the same meaning of building all exports instead of just the main.

In addition we can infer the trailing slash when pointing to a directory to build anyway.

The output would include all entry points as well as a built package.json file for the entire built package.

This build is then exactly the local build, and should eventually be the same build used by the jspm install --verify system as well.

Extending package builds to multiple package builds, is then the multi monorepo build use case.

@guybedford guybedford transferred this issue from another repository Apr 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant