Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Latest commit

 

History

History
6 lines (5 loc) · 453 Bytes

File metadata and controls

6 lines (5 loc) · 453 Bytes

sourceMap

Type: Boolean | String | undefined Default: undefined Special: Setting the sourceMap option requires also setting the outFile option

Enables the outputting of a source map during render and renderSync. When sourceMap === true, the value of outFile is used as the target output location for the source map. When typeof sourceMap === "string", the value of sourceMap will be used as the writing location for the file.