-
Notifications
You must be signed in to change notification settings - Fork 25
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
webkitRequestFileSystem and brotli_wasm_bg.wasm problem #125
Comments
@szanuje Which version of webpack are you using? We've had a few issues with correctly handling webpack that might be related: |
'brotli-wasm' requires the wasm binary in a way that is very unfriendly to web bundlers.
The dynamic fs read prevents the bundler from bundling the wasm, although we implemented a custom wasm loader. |
Notes and Resources for working on this:
WIP Branch: |
Should be fixed in https://github.com/LibertyDSNP/parquetjs/releases/tag/v1.8.2 Please reopen if it does not. |
Thanks for reporting an issue!
Steps to reproduce
Add package to NextJS 14 project
Expected behaviour
Package imported correctly
Actual behaviour
Package is throwing error on NextJS build
Any logs, error output, etc?
Error is either:
or
depending on which import statement I use:
Any other comments?
...
The text was updated successfully, but these errors were encountered: