Worklets 0.10.3

v0.​10.​3Patch Release
In this article

What's changed

This release fixes the Worklets Babel plugin mutating its shared options object during a transform pass. Because tools like babel-jest derive their transform cache key from the serialized Babel options, that mutation changed the key for practically every file and every run, so Jest never reused its transform cache and re-transpiled the whole module graph each time (the cache directory could also grow without bound). The plugin now keeps the resolved configuration on the plugin pass instead of writing it back to the shared options, restoring cache reuse and fast warm Jest runs.

Full changelog: worklets-0.10.2...worklets-0.10.3

Release card
Worklets 0.10.3 release card