Home > @lynx-js/rspeedy > SourceMap

SourceMap interface

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

Signature:

export interface SourceMap 

Properties

PropertyModifiersTypeDescription
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.