For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /api/rspeedy.sourcemap.md.
This is the dev preview website. Check out the document at lynxjs.org

Home > @lynx-js/rspeedy > SourceMap

SourceMap interface

The SourceMap configures whether and how to generate source-map for outputs.

Signature:

export interface SourceMap 

Properties

Property

Modifiers

Type

Description

css?

boolean | undefined

(Optional) Whether to generate CSS source maps.

js?

Rspack.DevTool | undefined

(Optional) How the source map should be generated. Setting it to false will disable the source map.