-
Notifications
You must be signed in to change notification settings - Fork 27
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
How to use with Angular / Webpack #148
Comments
I have the same problem. @jimmykane Do you have a solution for this? |
I didn't use this lib due to this. Went with pako.
…On Thu, 7 Jan 2021, 10:13 Szabo Gergely Andras, ***@***.***> wrote:
I have the same problem. @jimmykane <https://github.com/jimmykane> Do you
have a solution for this?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#148 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJVX43MEH7ZSPYZLNPTPL3SYV3MZANCNFSM4Q4FJADA>
.
|
try to use https://github.com/donmccurdy/zstddec |
I'm having exactly the same problem, I wanted to compress a file before sending it to a backend service so the upload is faster, but I'm having the same errors as @jimmykane :/ I've tried to add the following configuration to WebAssembly, but it's not working: resolve: {
fallback: {
'crypto': require.resolve('crypto-browserify'),
'path': require.resolve('path-browserify'),
'stream': require.resolve('stream-browserify'),
'fs': 'empty'
}
} @RouR 's suggestion won't work because I need to compress and not to decompress :/ |
Hi there,
I have installed the module but once I try to import it I get:
The text was updated successfully, but these errors were encountered: