Skip to content

Commit 24b0f27

Browse files
authored
docs(plugins): add footer parameter for BannerPlugin (#6094)
1 parent de5d89f commit 24b0f27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/content/plugins/banner-plugin.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ new webpack.BannerPlugin(options);
3030
test: string | RegExp | [string, RegExp], // Include all modules that pass test assertion.
3131
include: string | RegExp | [string, RegExp], // Include all modules matching any of these conditions.
3232
exclude: string | RegExp | [string, RegExp], // Exclude all modules matching any of these conditions.
33+
footer?: boolean, // if true, the banner will be placed at the end of the compilation
3334
}
3435
```
3536

0 commit comments

Comments
 (0)