For AI agents: the complete documentation index is available at /zh/llms.txt, the full documentation bundle is available at /zh/llms-full.txt, and this page is available as Markdown at /zh/api/rspeedy.sourcemap.md.
这是开发预览网站。请访问正式文档 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.