4.2.0
Important updates
This release includes fixes for bundle caching, naming collisions, and typing in the native module, along with the addition of an assetPath
field for more control over remote assets.
You can read more about customising assetPath
here: https://re-pack.dev/docs/guides/remote-assets#customizing-asset-path
Minor Changes
-
#680
b936d63
Thanks @jbroma! - Fix bundle caching after invalidating scripts -
#683
8b07027
Thanks @jbroma! - Fix bundle naming collisions when using device filesystem cache -
#641
c9eaef8
Thanks @jbroma! - Fix typing for methods exposed in native module -
#651
a385b2b
Thanks @adammruk! - Added 'assetPath' field to remote assets config, enabling granular control over the generated URL and server location to the asset
Patch Changes
-
#679
d8924c6
Thanks @jbroma! - Fix infinite loop when traversing the chunk graph in OutputPlugin -
#647
e51b7a6
Thanks @jhso-dev! - Correctly parse platform from file URL -
#656
1e27ae5
Thanks @barttom! - Improved descriptions of start and bundle command options -
#678
46f1eb4
Thanks @jbroma! - Refactor OutputPlugin's chunk categorization algorithm -
#646
9c119db
Thanks @jbroma! - Prevent infinite recursion when tracking down initial chunks in Output Plugin