We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Node supports wildcards in exports, e.g `"./features/.js": "./src/features/.js". It would be great if pkgroll could support this case as well.
I want to export everything in one directory and don't want to have to list each one specifically.
You can write out the list manually, though it's annoying.
https://nodejs.org/api/packages.html#subpath-patterns
The text was updated successfully, but these errors were encountered:
Duplicate of #38
Sorry, something went wrong.
No branches or pull requests
Feature request
Node supports wildcards in exports, e.g `"./features/.js": "./src/features/.js". It would be great if pkgroll could support this case as well.
Motivations
I want to export everything in one directory and don't want to have to list each one specifically.
Alternatives
You can write out the list manually, though it's annoying.
Additional context
https://nodejs.org/api/packages.html#subpath-patterns
Bugs are expected to be fixed by those affected by it
Compensating engineering work financially will speed up resolution
The text was updated successfully, but these errors were encountered: