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
The NPM package houdini currently has 27MB in file size since it is not explicitly defining package exported files.
The package can use the package.json files setting to define what files to publish to NPM. This way the final bundle file size should be reduced.
package.json
files
Let me know if you need help and I can submit a PR with it.
annoyance
Go to https://www.npmjs.com/package/houdini and check the "Unpacked Size" field value.
No response
The text was updated successfully, but these errors were encountered:
Thanks for reporting this @romelperez! If you wanna throw a PR together to fix this, i'd gladly review it. While you're at it, mind handling #657?
Sorry, something went wrong.
Hey, perfect, I'll work on those two! 🙌
fix: HoudiniGraphql#698 NPM packages exports and metadata
75d4bba
Successfully merging a pull request may close this issue.
Describe the bug
The NPM package houdini currently has 27MB in file size since it is not explicitly defining package exported files.
The package can use the
package.json
files
setting to define what files to publish to NPM. This way the final bundle file size should be reduced.Let me know if you need help and I can submit a PR with it.
Severity
annoyance
Steps to Reproduce the Bug
Go to https://www.npmjs.com/package/houdini and check the "Unpacked Size" field value.
Reproduction
No response
The text was updated successfully, but these errors were encountered: