Skip to content

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

Choose a tag to compare

@github-actions github-actions released this 29 Jun 02:19
· 5 commits to main since this release
aff5545

Patch Changes

  • Stop emitting debug-metadata.json in production builds unless DEBUG=rspeedy. Previously an RSDOCTOR=true build leaked the file into the output, because LynxEncodePlugin's intermediate-asset cleanup is skipped under Rsdoctor (it keeps intermediate files split so Rsdoctor can analyse them). The debug-metadata plugin now strips the asset itself. Dev builds keep it in memory so the debug-metadata middleware can still serve it. (#2850)