Skip to content

Commit

Permalink
fix: api
Browse files Browse the repository at this point in the history
  • Loading branch information
fi3ework committed Aug 19, 2024
1 parent b4abc23 commit 3c2b754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rspack/etc/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -15202,8 +15202,8 @@ export type SwcJsMinimizerRspackPluginOptions = {
exclude?: AssetConditions;
include?: AssetConditions;
extractComments?: ExtractCommentsOptions | undefined;
minify?: boolean;
minimizerOptions?: {
minify?: boolean;
compress?: TerserCompressOptions | boolean;
mangle?: TerserMangleOptions | boolean;
format?: JsFormatOptions & ToSnakeCaseProperties<JsFormatOptions>;
Expand Down

0 comments on commit 3c2b754

Please sign in to comment.