Interface BannerPluginOptions
Properties
banner
banner
: string | ((data
: { chunk
: Chunk; filename
: string; hash
: string }) => string)Optional entryOnly
entryOnly?: boolean
Optional exclude
exclude
?: string | RegExp | Rule[]Optional footer
footer?: boolean
Optional include
include
?: string | RegExp | Rule[]Optional raw
raw?: boolean
Optional test
test
?: string | RegExp | Rule[]
Specifies the banner.