Skip to content

Commit

Permalink
Merge pull request #1063 from ckeditor/update-target-to-es2022
Browse files Browse the repository at this point in the history
Internal: Update target in `build-tools` tests to `es2022`.
  • Loading branch information
filipsobol authored Feb 7, 2025
2 parents b70aa02 + 86b8711 commit be66a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ckeditor5-dev-build-tools/tests/_utils/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export function swcPlugin(): Plugin {
include: [ '**/*.[jt]s' ],
swc: {
jsc: {
target: 'es2019'
target: 'es2022'
},
module: {
type: 'es6'
Expand Down

0 comments on commit be66a0d

Please sign in to comment.