Skip to content

Commit dc04211

Browse files
authored
docs: allow more ecmaVersion (#11)
1 parent a2460e2 commit dc04211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Rsbuild will deduce that the ECMAScript syntax version that can be used with `ch
112112
113113
### ecmaVersion
114114
115-
- **Type:** `3 | 5 | 6 | 2015 | 2016 | 2017 | 2018 | 2019 | 2020 | 2021 | 2022 | 'latest'`
115+
- **Type:** `3 | 5 | 6 | 2015 | 2016 | 2017 | 2018 | 2019 | 2020 | 2021 | 2022 | 2023 | 2024 | 2025 | 'latest'`
116116
- **Default:** `Automatically analyzed based on targets`
117117
118118
`ecmaVersion` represents the minimum ECMAScript syntax version that can be used in the build artifact.

0 commit comments

Comments
 (0)