Skip to content

3.3.0

Choose a tag to compare

@RafikiTiki RafikiTiki released this 26 Jun 15:57
· 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 ChunksToHermesBytecodePlugin created 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 the exclude parameter 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 14afc61 Thanks @mikeduminy! - Add ChunksToHermesBytecodePlugin to transform all emitted chunks with Hermes

Patch Changes

  • #391 0693fda Thanks @jbroma! - Fix: stricter versions for dependencies inside podspec

  • #365 cf6c77a Thanks @jbroma! - Updated getResolveOptions exposed by RePack to prefer 'default' condition over webpack's defaults ['require', 'node']

  • #382 c1a5a2b Thanks @jbroma! - Fixed and issue where URL for remote asset only included basename from publicPath