Skip to content

Commit b3939e4

Browse files
committed
chore: require @swc/core 1.15.30 for swcMinify
1 parent c43d001 commit b3939e4

4 files changed

Lines changed: 140 additions & 108 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ module.exports = {
762762

763763
> **Warning**
764764
>
765-
> `extractComments` is supported when `@swc/core` provides the `extractComments` minify option.
765+
> `extractComments` is supported with `@swc/core >= 1.15.30`.
766766
> Only serializable extract conditions are supported: booleans, `"some"`, `"all"`, string patterns, `RegExp` values without flags, or object conditions that resolve to those forms.
767767
> Function conditions and flagged regular expressions are not supported.
768768

0 commit comments

Comments
 (0)