Skip to content

@lynx-js/debug-metadata-rsbuild-plugin@0.2.1

Choose a tag to compare

@github-actions github-actions released this 26 Jul 13:48
5d05629

Patch Changes

  • Skip debug-metadata.json emission on local production builds — nothing reads it there, but collecting it walks every source map. Production builds now emit it only on an automated build, detected via CI, CI_REPO_NAME or BUILD_VERSION; DEBUG=rspeedy opts back in. Dev builds are unaffected. (#3007)

  • Reduce build-time overhead: memoize the chunk release key, and read the commit and worktree root in one git rev-parse spawn instead of two. (#3008)