Optional
emitEmit an output asset from this asset module. This can be set to 'false' to omit emitting e. g. for SSR.
Optional
filenameSpecifies the filename template of output files on disk. You must not specify an absolute path here, but the path may contain folders separated by '/'! The specified path is joined with the value of the 'output.path' option to determine the location on disk.
Optional
outputEmit the asset in the specified folder relative to 'output.path'. This should only be needed when custom 'publicPath' is specified to match the folder structure there.
Optional
publicThe 'publicPath' specifies the public URL address of the output files when referenced in a browser.
Generated using TypeDoc
Generator options for asset/resource modules.