Open aaltotsky opened 4 years ago
Same here
Did you manage to solve this ?
Hmm. Can you explain more? For example, minimum reproducable code should help me.
I never use this module with Angular, but I use this module long time with NodeJS v10 and v12.
Well if you try to use it it fails :-)
I moved away and end up using compression "compression": "^1.7.4" import * as compression from 'compression';
@gfx I think you just need to include the libzopfli-wasm into the distribution package.
@aaltotsky I am using Pako. Was looking which also uses gzip and deflate and works superb.
Same Problem. Im looking for brotli compression and 'pako' and 'compression' don't support it. It would be amazing if you could fix this problem
I'm trying to integrate @gfx/zopfli into my Angular9 app. When I run build I got an error:
I'm using it as it described in the readme:
In the package.json I have:
@gfx/zopfli": "^1.0.14"
Any suggestions?