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.
1 parent 795c300 commit a8444d6Copy full SHA for a8444d6
packages/core/src/types/config/index.ts
@@ -132,13 +132,13 @@ export interface LibConfig extends RsbuildConfig {
132
*/
133
externalHelpers?: boolean;
134
/**
135
- * Inject content into the top of each JS, CSS or DTS file.
+ * Inject content into the top of each JavaScript, CSS or DTS file.
136
* @defaultValue `{}`
137
* @see {@link https://lib.rsbuild.dev/config/lib/banner}
138
139
banner?: BannerAndFooter;
140
141
- * Inject content into the bottom of each JS, CSS or DTS file.
+ * Inject content into the bottom of each JavaScript, CSS or DTS file.
142
143
* @see {@link https://lib.rsbuild.dev/config/lib/footer}
144
0 commit comments