3.3.0
·
571 commits
to main
since this release
3.3.0
This release comes with:
- three fixes from @jbroma that make living with a project using Repack with webpack instead of Metro bundler easier, and
- one significant change – the optional
ChunksToHermesBytecodePlugincreated by @oblador & @mikeduminy at Klarna. This one can be manually added to the webpack config to ensure all chunks (or a subset of them, if theexcludeparameter is specified) produced in the production build are indeed complied to the Hermes bytecode. Once again, big thanks for the contribution and I hope it's only the beginning of a great cooperation 🎉
📖 ChunksToHermesBytecodePlugin Docs can be found here: https://re-pack.netlify.app/docs/configuration/plugins/chunks-to-hermes
Minor Changes
- #378
14afc61Thanks @mikeduminy! - Add ChunksToHermesBytecodePlugin to transform all emitted chunks with Hermes
Patch Changes
-
#391
0693fdaThanks @jbroma! - Fix: stricter versions for dependencies inside podspec -
#365
cf6c77aThanks @jbroma! - Updated getResolveOptions exposed by RePack to prefer 'default' condition over webpack's defaults ['require', 'node'] -
#382
c1a5a2bThanks @jbroma! - Fixed and issue where URL for remote asset only included basename from publicPath