mirror of
https://github.com/strapi/strapi.git
synced 2025-12-03 10:32:10 +00:00
Merge pull request #15827 from strapi/chore/jest-swc-target-2020
Chore: Bump swc jsc.target to es2020
This commit is contained in:
commit
13028d52d8
@ -69,6 +69,8 @@ module.exports = {
|
||||
jsx: true,
|
||||
dynamicImport: true,
|
||||
},
|
||||
// this should match the minimum supported node.js version
|
||||
target: 'es2020',
|
||||
},
|
||||
},
|
||||
],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user