Merge pull request #24776 from backstage/rugvip/es2022

cli: bump esbuild target to es2022
This commit is contained in:
Patrik Oldsberg
2024-05-15 12:03:10 +02:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/cli': patch
---
Bump `esbuild` target for package builds to `ES2022`.
+1 -1
View File
@@ -151,7 +151,7 @@ export async function makeRollupConfigs(
template: svgrTemplate,
}),
esbuild({
target: 'es2019',
target: 'ES2022',
minify: options.minify,
}),
],