The handler invoked to resolve the rebased path of the asset. Takes precedence over the default rebasing logic.
The source file where the asset was encountered.
The resolved path of the asset - i.e. the path of the asset relative to the source file.
The callback function to invoke on completion.
The rebased path of the asset. When false
, the asset will not be rebased. When either null
or undefined
, the asset will be rebased using the default rebasing logic. When a string
, the asset will be rebased to that string.
Generated using TypeDoc
The source map that should be used to resolve the assets. Takes precedence over the embedded source map of the stylesheet.