We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
footer
BannerPlugin
1 parent de5d89f commit 24b0f27Copy full SHA for 24b0f27
src/content/plugins/banner-plugin.mdx
@@ -30,6 +30,7 @@ new webpack.BannerPlugin(options);
30
test: string | RegExp | [string, RegExp], // Include all modules that pass test assertion.
31
include: string | RegExp | [string, RegExp], // Include all modules matching any of these conditions.
32
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
34
}
35
```
36
0 commit comments