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.

Except as otherwise noted, this work is licensed under a Creative Commons Attribution 4.0 International License, and code samples are licensed under the Apache License 2.0.