/** * @packageDocumentation * * Rsbuild plugin that emits `debug-metadata.json` alongside each Lynx * bundle build, plus the underlying webpack plugin class for direct * webpack/rspack use. * * This plugin is auto-registered by `@lynx-js/rspeedy` as a default * plugin — consumers do not need to apply it explicitly. */ export { pluginLynxDebugMetadata } from './pluginLynxDebugMetadata.js'; export { DEBUG_METADATA_ASSET_NAME } from './constants.js'; export { type RewriteSourceMappingURLsOptions, rewriteSourceMappingURLs, } from './LynxDebugMetadataPlugin.js';