mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-17 21:01:26 +02:00
dartsass: Add sourceMapIncludeSources option
This commit is contained in:
@@ -127,6 +127,9 @@ type Options struct {
|
||||
|
||||
// When enabled, Hugo will generate a source map.
|
||||
EnableSourceMap bool
|
||||
|
||||
// If enabled, sources will be embedded in the generated source map.
|
||||
SourceMapIncludeSources bool
|
||||
}
|
||||
|
||||
func decodeOptions(m map[string]any) (opts Options, err error) {
|
||||
|
Reference in New Issue
Block a user