这是开发预览网站。请访问正式文档 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

js?

Rspack.DevTool | undefined | `${Exclude<Rspack.DevTool, false | 'eval'>}-debugids`

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