Skip to content

Commit

Permalink
chore: formatting packages/rspack/src/builtin-plugin/BannerPlugin.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
GiveMe-A-Name committed Sep 27, 2024
1 parent 9bbeced commit f4503f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/rspack/src/builtin-plugin/BannerPlugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ export type BannerPluginOptions = {
/** If true, banner will be placed at the end of the output. */
footer?: boolean;

/**
* The stage of the compilation in which the banner should be injected.
* @default PROCESS_ASSETS_STAGE_ADDITIONS (-100)
*/
/**
* The stage of the compilation in which the banner should be injected.
* @default PROCESS_ASSETS_STAGE_ADDITIONS (-100)
*/
stage?: number;

/** Include all modules that pass test assertion. */
Expand Down

0 comments on commit f4503f7

Please sign in to comment.