Skip to content
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

Brotli decompression #590

Open
sstatsuya opened this issue Apr 27, 2024 · 1 comment
Open

Brotli decompression #590

sstatsuya opened this issue Apr 27, 2024 · 1 comment
Labels
area:native The issue involves the native module of Re.Pack area:repack The issue is about logic/code inside of Re.Pack. question type:feature Proposal or idea for a new feature or enhancement.

Comments

@sstatsuya
Copy link

Ask your Question

Can someone assist me with decompressing a module on both Android and iOS when I'm using the Brotli algorithm for compression?
Here is the preferred compression method: https://webpack.js.org/plugins/compression-webpack-plugin/#using-brotli

@sstatsuya sstatsuya changed the title Brotli decompress Brotli decompression Apr 27, 2024
@jbroma
Copy link
Member

jbroma commented Apr 30, 2024

hi @sstatsuya

we currently don't support decompressing downloaded scripts like that, this is something that would need to be added to the native module of Re.Pack since fetching of the scripts happens on the native layer. PRs welcome 🙏

@jbroma jbroma added type:feature Proposal or idea for a new feature or enhancement. area:repack The issue is about logic/code inside of Re.Pack. area:native The issue involves the native module of Re.Pack labels Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:native The issue involves the native module of Re.Pack area:repack The issue is about logic/code inside of Re.Pack. question type:feature Proposal or idea for a new feature or enhancement.
Projects
None yet
Development

No branches or pull requests

2 participants