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
Describe the bug Prax build process outputs duplicate wasm assets.
To Reproduce Steps to reproduce the behavior:
$ pnpm build $ cd apps/extension $ md5sum dist/** | sort | awk '{print $2, $1}' | uniq -D -f 1 md5sum: dist/favicon: Is a directory md5sum: dist/keys: Is a directory dist/5b67a1859fe9cf3bf91a.module.wasm 235afa970871fa2d1eb53960eb502132 dist/9764d0cf663f6b51e401.module.wasm 235afa970871fa2d1eb53960eb502132 dist/99cdcf8241607bfd038f.module.wasm 235afa970871fa2d1eb53960eb502132
Expected behavior Each asset in the build output should be unique.
Additional context
$ du -h dist/*.wasm 5.0M dist/5b67a1859fe9cf3bf91a.module.wasm 5.0M dist/9764d0cf663f6b51e401.module.wasm 5.0M dist/99cdcf8241607bfd038f.module.wasm
The text was updated successfully, but these errors were encountered:
related to penumbra-zone/web#564
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Prax build process outputs duplicate wasm assets.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Each asset in the build output should be unique.
Additional context
$ du -h dist/*.wasm 5.0M dist/5b67a1859fe9cf3bf91a.module.wasm 5.0M dist/9764d0cf663f6b51e401.module.wasm 5.0M dist/99cdcf8241607bfd038f.module.wasm
The text was updated successfully, but these errors were encountered: