Optional
aliasAliases for URL paths.
Overrides the global alias
option.
{"foo":"bar"}
Optional
assetDirectory path for outputted CSS assets, which is not included into resulting URL
Optional
hashEnable/disable name generation with hash for outputted CSS assets or provide your own placeholder with the following blocks:
[extname]
: The file extension of the asset including a leading dot, e.g. .png
.[ext]
: The file extension without a leading dot, e.g. png
.[hash(:<num>)]
: A hash based on the name and content of the asset (with optional length).[name]
: The file name of the asset excluding any extension.Forward slashes / can be used to place files in sub-directories.
Optional
inlineInline files instead of copying
Optional
publicPublic Path for URLs in CSS files
Optional
resolveProvide custom resolver for URLs in place of the default one
URL handler options