callstack / repack

A Webpack-based toolkit to build your React Native application with full support of Webpack ecosystem.
https://re-pack.dev
MIT License
1.43k stars 103 forks source link

Brotli decompression #590

Closed sstatsuya closed 2 months ago

sstatsuya commented 4 months ago

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

jbroma commented 4 months ago

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 🙏

github-actions[bot] commented 3 months ago

This issue has been marked as stale because it has been inactive for 30 days. Please update this issue or it will be automatically closed in 14 days.

github-actions[bot] commented 2 months ago

This issue has been automatically closed because it has been inactive for more than 14 days. Please reopen if you want to add more context.