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
As of #672 external packages have verbose exports:
https://github.com/penumbra-zone/web/blob/main/packages/types/package.json#L9-L36
Using a wildcard can simply this. Example:
web/packages/client/package.json
Lines 10 to 12 in b1a2a33
It looks simple, but getting this right is tricky (oh dev ops) and requires running pnpm build a million times.
pnpm build
The text was updated successfully, but these errors were encountered:
grod220
Successfully merging a pull request may close this issue.
As of #672 external packages have verbose exports:
https://github.com/penumbra-zone/web/blob/main/packages/types/package.json#L9-L36
Using a wildcard can simply this. Example:
web/packages/client/package.json
Lines 10 to 12 in b1a2a33
It looks simple, but getting this right is tricky (oh dev ops) and requires running
pnpm build
a million times.The text was updated successfully, but these errors were encountered: